From 89808a8d4c1c12b2698236c7c2dd03fee4371f7f Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 29 Dec 2020 17:01:29 +0100 Subject: Do not remove the accelerators from image properties dialog --- src/eom-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/eom-window.c b/src/eom-window.c index fb56d69..0365694 100644 --- a/src/eom-window.c +++ b/src/eom-window.c @@ -3989,11 +3989,11 @@ set_action_properties (GtkActionGroup *window_group, G_GNUC_BEGIN_IGNORE_DEPRECATIONS; action = gtk_action_group_get_action (collection_group, "GoPrevious"); - g_object_set (action, "short_label", _("Previous"), NULL); + g_object_set (action, "short_label", _("_Previous"), NULL); g_object_set (action, "is-important", TRUE, NULL); action = gtk_action_group_get_action (collection_group, "GoNext"); - g_object_set (action, "short_label", _("Next"), NULL); + g_object_set (action, "short_label", _("_Next"), NULL); g_object_set (action, "is-important", TRUE, NULL); action = gtk_action_group_get_action (image_group, "EditRotate90"); -- cgit v1.2.1