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



commit 174c7a1e34d53df86bbdcd7f21fbd82e4a9fbc2c
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Dec 9 13:08:03 2013 -0600

    app menu: standardize Help/About/Quit
    
    Remove the separator between About and Quit
    
    https://wiki.gnome.org/Design/HIG/ApplicationMenus
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720126

 src/anjuta-menu.ui |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/anjuta-menu.ui b/src/anjuta-menu.ui
index ba844b8..b2f9c78 100644
--- a/src/anjuta-menu.ui
+++ b/src/anjuta-menu.ui
@@ -24,8 +24,6 @@
         <attribute name="label" translatable="yes">_About</attribute>
         <attribute name="action">app.about</attribute>
       </item>
-    </section>
-    <section>
       <item>
         <attribute name="label" translatable="yes">_Quit</attribute>
         <attribute name="action">app.quit</attribute>
@@ -33,4 +31,4 @@
       </item>
     </section>
   </menu>
-</interface>
\ No newline at end of file
+</interface>


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