[gnote] Move Preferences menu item to last section
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Move Preferences menu item to last section
- Date: Sun, 4 Nov 2018 21:35:01 +0000 (UTC)
commit 591429551f001fa5ef6472ee36b3311bc8d07a27
Author: Aurimas Černius <aurisc4 gmail com>
Date: Sun Nov 4 22:06:24 2018 +0200
Move Preferences menu item to last section
src/actionmanager.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/actionmanager.cpp b/src/actionmanager.cpp
index cb43b3ad..0e680ed3 100644
--- a/src/actionmanager.cpp
+++ b/src/actionmanager.cpp
@@ -131,7 +131,7 @@ 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, 50, _("_Preferences"), "app.show-preferences");
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");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]