From 03f2c21f8a93b958121b4dabc9c78b8935c8a608 Mon Sep 17 00:00:00 2001 From: Christopher Davis Date: Wed, 21 Nov 2018 03:47:56 -0500 Subject: [PATCH] Menu.ui: Use GNOME HIG for Primary Menu As per https://gitlab.gnome.org/GNOME/Initiatives/wikis/App-Menu-Retirement, the new HIG has a few requirements: * About should be "About " * Preferences should be in the same section as About and Keyboard Shortcuts * Shortcuts should be Keyboard Shortcuts * Quit should be removed, as it's redundant --- data/ui/Menu.ui | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/data/ui/Menu.ui b/data/ui/Menu.ui index 04781a0..642f9c2 100644 --- a/data/ui/Menu.ui +++ b/data/ui/Menu.ui @@ -33,12 +33,6 @@ app.HTML_copy -
- - Preferences - app.preferences - -
Open Tutorial @@ -48,20 +42,20 @@ app.help Pandoc _Help - - app.shortcuts - _Shortcuts -
- app.about - _About + Preferences + app.preferences - _Quit - app.quit + app.shortcuts + _Keyboard Shortcuts + + + app.about + _About UberWriter
- \ No newline at end of file +