* src/frontends/qt4/ui/QViewSourceUi.ui: remove bogus Whatsthis entry.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16330 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2006-12-19 08:17:47 +00:00
parent c1a5770979
commit 9475c48bf2
2 changed files with 15 additions and 19 deletions

View File

@ -174,17 +174,6 @@ MENUS
This should definitely be documented somewhere before the final release,
because many users will copy their old config files.
* Mysterious *.po entry:
#: src/frontends/qt4/ui/QViewSourceUi.ui:31
msgid ""
"<html><head><meta name=\"qrichtext\" content=\"1\" /></head><body style=\" "
"white-space: pre-wrap; font-family:Sans Serif; font-size:13pt; font-"
"weight:400; font-style:normal; text-decoration:none;\"><p style=\"-qt-"
"paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; "
"margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p></body></html>"
msgstr ""
EDITING
@ -601,3 +590,14 @@ CREDITS:
one field to another)
FIXED (JSpitzm 2006-12-18)
* Mysterious *.po entry:
#: src/frontends/qt4/ui/QViewSourceUi.ui:31
msgid ""
"<html><head><meta name=\"qrichtext\" content=\"1\" /></head><body style=\" "
"white-space: pre-wrap; font-family:Sans Serif; font-size:13pt; font-"
"weight:400; font-style:normal; text-decoration:none;\"><p style=\"-qt-"
"paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; "
"margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p></body></html>"
msgstr ""
FIXED (JSpitzm 2006-12-19)

View File

@ -1,7 +1,4 @@
<ui version="4.0" >
<author></author>
<comment></comment>
<exportmacro></exportmacro>
<class>QViewSourceUi</class>
<widget class="QDialog" name="QViewSourceUi" >
<property name="geometry" >
@ -28,7 +25,7 @@
<item>
<widget class="QTextEdit" name="viewSourceTV" >
<property name="whatsThis" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:Sans Serif; font-size:13pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;/p>&lt;/body>&lt;/html></string>
<string/>
</property>
</widget>
</item>
@ -123,10 +120,6 @@
</item>
</layout>
</widget>
<pixmapfunction></pixmapfunction>
<includes>
<include location="local" >qt_helpers.h</include>
</includes>
<tabstops>
<tabstop>viewSourceTV</tabstop>
<tabstop>viewFullSourceCB</tabstop>
@ -134,6 +127,9 @@
<tabstop>updatePB</tabstop>
<tabstop>closePB</tabstop>
</tabstops>
<includes>
<include location="local" >qt_helpers.h</include>
</includes>
<resources/>
<connections/>
</ui>