[gucharmap] app menu: standardize Help/About/Quit



commit 419bc9f6bfa4740ee270dc4d95f3192254dd971b
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Dec 9 15:59:51 2013 -0600

    app menu: standardize Help/About/Quit
    
    * Remove the separator beneath About
    * Rename Close Window to Quit
    
    The action app.close is unchanged for the time being, since there's not
    (yet) agreement on whether Quit will close every window or just the
    current one. But it is going to be named Quit.
    
    https://developer.gnome.org/hig/stable/application-menus.html.en
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720145

 gucharmap/gucharmap-menus.ui |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/gucharmap/gucharmap-menus.ui b/gucharmap/gucharmap-menus.ui
index 173f899..5fe3e38 100644
--- a/gucharmap/gucharmap-menus.ui
+++ b/gucharmap/gucharmap-menus.ui
@@ -79,10 +79,8 @@
         <attribute name="label" translatable="yes">_About</attribute>
         <attribute name="action">app.about</attribute>
       </item>
-    </section>
-    <section>
       <item>
-        <attribute name="label" translatable="yes">_Close Window</attribute>
+        <attribute name="label" translatable="yes">_Quit</attribute>
         <attribute name="action">app.close</attribute>
           <attribute name="accel">&lt;Primary&gt;W</attribute>
       </item>


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