[gthumb] shortcuts: reordered the categories in the shortcuts window



commit 4fbd3a522021aa3ee6f35df9cb8d6474d3c75482
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Fri Nov 22 10:20:43 2019 +0100

    shortcuts: reordered the categories in the shortcuts window

 extensions/list_tools/main.c    | 2 +-
 gthumb/gth-main-default-types.c | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/extensions/list_tools/main.c b/extensions/list_tools/main.c
index c5684b47..f18cbff7 100644
--- a/extensions/list_tools/main.c
+++ b/extensions/list_tools/main.c
@@ -28,7 +28,7 @@
 
 
 static GthShortcutCategory shortcut_categories[] = {
-       { GTH_SHORTCUT_CATEGORY_LIST_TOOLS, N_("Tools"), 12 },
+       { GTH_SHORTCUT_CATEGORY_LIST_TOOLS, N_("Tools"), 15 },
 };
 
 
diff --git a/gthumb/gth-main-default-types.c b/gthumb/gth-main-default-types.c
index a3d47156..c4db8bb8 100644
--- a/gthumb/gth-main-default-types.c
+++ b/gthumb/gth-main-default-types.c
@@ -35,9 +35,9 @@
 
 static GthShortcutCategory shortcut_categories[] = {
        { GTH_SHORTCUT_CATEGORY_HIDDEN, NULL, 0 },
-       { GTH_SHORTCUT_CATEGORY_GENERAL, N_("General"), 30 },
-       { GTH_SHORTCUT_CATEGORY_UI, N_("Show/Hide"), 31 },
-       { GTH_SHORTCUT_CATEGORY_NAVIGATION, N_("Navigation"), 15 },
+       { GTH_SHORTCUT_CATEGORY_GENERAL, N_("General"), 31 },
+       { GTH_SHORTCUT_CATEGORY_UI, N_("Show/Hide"), 30 },
+       { GTH_SHORTCUT_CATEGORY_NAVIGATION, N_("Navigation"), 12 },
        { GTH_SHORTCUT_CATEGORY_FILE_MANAGER, N_("File Manager"), 10 },
        { GTH_SHORTCUT_CATEGORY_VIEWER, N_("Viewer"), 20 },
 };


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