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=720138
This commit is contained in:
Michael Catanzaro 2013-12-09 15:24:04 -06:00
parent 0129670140
commit 4d1e663e67

View file

@ -25,8 +25,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>