summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJonathan Kang <jonathankang@gnome.org>2018-11-12 13:53:22 +0800
committerJonathan Kang <jonathankang@gnome.org>2018-11-12 13:53:22 +0800
commita287d8a7b1d5f74eacbec4e16c7f718441de61c7 (patch)
treea43ab6d7eb0570b3ea011e6b74ad7d18ebbea7e7 /data
parentce433c2c2d958eef60d96d4e697c46746e24a352 (diff)
downloadgnome-logs-a287d8a7b1d5f74eacbec4e16c7f718441de61c7.tar.gz
Update app menu
According to this wiki page[1], rearrange the order of the app menu and remove "Quit" menu item. *[1] https://gitlab.gnome.org/GNOME/Initiatives/wikis/App-Menu-Retirement
Diffstat (limited to 'data')
-rw-r--r--data/gl-eventtoolbar.ui15
1 files changed, 5 insertions, 10 deletions
diff --git a/data/gl-eventtoolbar.ui b/data/gl-eventtoolbar.ui
index b9c64c6..0c08623 100644
--- a/data/gl-eventtoolbar.ui
+++ b/data/gl-eventtoolbar.ui
@@ -9,22 +9,17 @@
</section>
<section>
<item>
- <attribute name="accel">F1</attribute>
- <attribute name="label" translatable="yes">_Help</attribute>
- <attribute name="action">app.help</attribute>
- </item>
- <item>
<attribute name="label" translatable="yes">Keyboard Shortcuts</attribute>
<attribute name="action">win.show-help-overlay</attribute>
</item>
<item>
- <attribute name="label" translatable="yes">_About</attribute>
- <attribute name="action">app.about</attribute>
+ <attribute name="accel">F1</attribute>
+ <attribute name="label" translatable="yes">_Help</attribute>
+ <attribute name="action">app.help</attribute>
</item>
<item>
- <attribute name="accel">&lt;Primary&gt;q</attribute>
- <attribute name="label" translatable="yes">_Quit</attribute>
- <attribute name="action">app.quit</attribute>
+ <attribute name="label" translatable="yes">_About Logs</attribute>
+ <attribute name="action">app.about</attribute>
</item>
</section>
</menu>