]> git.cworth.org Git - apitrace/commitdiff
gui: Small style/usability fixes.
authorAlexandr Akulich <akulichalexander@gmail.com>
Fri, 7 Dec 2012 10:12:03 +0000 (16:12 +0600)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sat, 8 Dec 2012 13:02:03 +0000 (13:02 +0000)
Add accelerator (F) to Edit->Find.
Add accelerator (N) and shortcut (Ctrl+N) to File->New.
Rename "File->New" to "File->New..." to indicate, that dialog will be showed.

gui/ui/mainwindow.ui

index 7cbb3d1e3bea979532b80bd7bdbf620b80822d9a..0135d1cf6ee27bd1b416c131debb70945c07c552 100644 (file)
      <normaloff>:/resources/document-new.png</normaloff>:/resources/document-new.png</iconset>
    </property>
    <property name="text">
-    <string>New</string>
+    <string>&amp;New...</string>
+   </property>
+   <property name="shortcut">
+    <string>Ctrl+N</string>
    </property>
   </action>
   <action name="actionFind">
      <normaloff>:/resources/edit-find.png</normaloff>:/resources/edit-find.png</iconset>
    </property>
    <property name="text">
-    <string>Find</string>
+    <string>&amp;Find</string>
    </property>
    <property name="shortcut">
     <string>Ctrl+F</string>