[gnome-screenshot] App menu: standardize Help/About/Quit



commit f3967c0d249588befcf67819abbb8f37079bd449
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Dec 9 16:36:54 2013 -0600

    App menu: standardize Help/About/Quit
    
    Use Help/About/Quit instead of About Screenshot/Help/Quit
    
    https://wiki.gnome.org/Design/HIG/ApplicationMenus
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720152

 src/screenshot-app-menu.ui |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/screenshot-app-menu.ui b/src/screenshot-app-menu.ui
index 81f0541..f6eae19 100644
--- a/src/screenshot-app-menu.ui
+++ b/src/screenshot-app-menu.ui
@@ -2,14 +2,14 @@
   <menu id="app-menu">
     <section>
       <item>
-        <attribute name="action">app.about</attribute>
-        <attribute name="label" translatable="yes">About Screenshot</attribute>
-      </item>
-      <item>
         <attribute name="action">app.help</attribute>
         <attribute name="label" translatable="yes">Help</attribute>
       </item>
       <item>
+        <attribute name="action">app.about</attribute>
+        <attribute name="label" translatable="yes">About</attribute>
+      </item>
+      <item>
        <attribute name="action">app.quit</attribute>
        <attribute name="label" translatable="yes">Quit</attribute>
       </item>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]