fix wrong tooltip, bug 3273:

http://bugzilla.lyx.org/show_bug.cgi?id=3273

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17315 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-02-24 01:40:59 +00:00
parent a1ae86964b
commit 1761cccf91

View File

@ -1,7 +1,4 @@
<ui version="4.0" > <ui version="4.0" >
<author></author>
<comment></comment>
<exportmacro></exportmacro>
<class>QMathUi</class> <class>QMathUi</class>
<widget class="QDialog" name="QMathUi" > <widget class="QDialog" name="QMathUi" >
<property name="geometry" > <property name="geometry" >
@ -337,7 +334,7 @@
</size> </size>
</property> </property>
<property name="toolTip" > <property name="toolTip" >
<string>Set math font</string> <string>Insert fraction</string>
</property> </property>
<property name="text" > <property name="text" >
<string/> <string/>
@ -454,10 +451,6 @@
</item> </item>
</layout> </layout>
</widget> </widget>
<pixmapfunction></pixmapfunction>
<includes>
<include location="local" >qt_helpers.h</include>
</includes>
<tabstops> <tabstops>
<tabstop>symbolsCO</tabstop> <tabstop>symbolsCO</tabstop>
<tabstop>sqrtPB</tabstop> <tabstop>sqrtPB</tabstop>
@ -474,6 +467,9 @@
<tabstop>tearoffPB</tabstop> <tabstop>tearoffPB</tabstop>
<tabstop>closePB</tabstop> <tabstop>closePB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="local" >qt_helpers.h</include>
</includes>
<resources/> <resources/>
<connections/> <connections/>
</ui> </ui>