I#1444 - Button mnemonics not displayed and non-functional in "Edit Sort Order" dialog

Let's remove them, when not supported by the GtkToolbar.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1444
This commit is contained in:
Milan Crha
2021-06-14 18:26:24 +02:00
parent 25b1d6fe47
commit b84a8f5737

View File

@ -725,7 +725,7 @@ e_mail_folder_sort_order_dialog_constructed (GObject *object)
gtk_action_set_visible (action, FALSE);
action = gtk_action_new ("FolderSortOrder-reset-current",
_("Reset c_urrent level"),
_("Reset current level"),
_("Reset sort order in the current level to the defaults"),
NULL);
dialog->priv->reset_current_level_action = action;
@ -736,7 +736,7 @@ e_mail_folder_sort_order_dialog_constructed (GObject *object)
e_tree_view_frame_insert_toolbar_action (tree_view_frame, action, 0);
action = gtk_action_new ("FolderSortOrder-reset-all",
_("Reset _all levels"),
_("Reset all levels"),
_("Reset sort order in all levels to their defaults"),
NULL);