]> git.lyx.org Git - features.git/commitdiff
Add tooltips for InsetParamsUi buttons. I guess some users will
authorPavel Sanda <sanda@lyx.org>
Wed, 2 Mar 2011 22:38:32 +0000 (22:38 +0000)
committerPavel Sanda <sanda@lyx.org>
Wed, 2 Mar 2011 22:38:32 +0000 (22:38 +0000)
be little bit shocked what are all these buttons and checkboxes about...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37835 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/ui/InsetParamsUi.ui

index f28e19730cca9c11812baccec8ff95c19e3dfc40..543225681d9aba6564a89daa443bd9314f54834c 100644 (file)
@@ -75,6 +75,9 @@
      </property>
      <item>
       <widget class="QPushButton" name="restorePB" >
+       <property name="toolTip" >
+        <string>Restore initial values in dialog</string>
+       </property>
        <property name="text" >
         <string>&amp;Restore</string>
        </property>
@@ -85,6 +88,9 @@
      </item>
      <item>
       <widget class="QPushButton" name="newPB" >
+       <property name="toolTip" >
+        <string>Push new inset into the document</string>
+       </property>
        <property name="text" >
         <string>New Inset</string>
        </property>