[gnote] Make app menu item ordering consistent with GNOME



commit e83c4c3dba6bd2b4eb98fa522fab58b3fa2abb3c
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Tue Nov 29 22:28:43 2016 +0200

    Make app menu item ordering consistent with GNOME
    
    Fixes Bug 772009

 src/actionmanager.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/actionmanager.cpp b/src/actionmanager.cpp
index bdd5d48..0b9becf 100644
--- a/src/actionmanager.cpp
+++ b/src/actionmanager.cpp
@@ -132,8 +132,8 @@ namespace gnote {
     add_app_menu_item(APP_ACTION_NEW, 100, _("_New Note"), "app.new-note");
     add_app_menu_item(APP_ACTION_NEW, 200, _("New _Window"), "app.new-window");
     add_app_menu_item(APP_ACTION_MANAGE, 100, _("_Preferences"), "app.show-preferences");
-    add_app_menu_item(APP_ACTION_LAST, 100, _("_Help"), "app.help-contents");
     add_app_menu_item(APP_ACTION_LAST, 100, _("_Shortcuts"), "app.help-shortcuts");
+    add_app_menu_item(APP_ACTION_LAST, 150, _("_Help"), "app.help-contents");
     add_app_menu_item(APP_ACTION_LAST, 200, _("_About"), "app.about");
     add_app_menu_item(APP_ACTION_LAST, 300, _("_Quit"), "app.quit");
   }


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