1
1

Ticket #3493: user menu selector: make "User", not "Local", the focused button.

On the menu selector two buttons are shown. Users are more likely to
want to edit their central user menu, so we move the focus there.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Этот коммит содержится в:
Mooffie 2015-07-01 20:37:42 +03:00 коммит произвёл Andrew Borodin
родитель bb5807e01c
Коммит 24cd2bae8d

Просмотреть файл

@ -1011,6 +1011,7 @@ edit_mc_menu_cmd (void)
vfs_path_t *menufile_vpath;
int dir = 0;
query_set_sel (1);
dir = query_dialog (_("Menu edit"),
_("Which menu file do you want to edit?"),
D_NORMAL, geteuid ()? 2 : 3, _("&Local"), _("&User"), _("&System Wide"));