Change focused button for mcedit user menu selector.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Mooffie 2015-08-15 17:51:46 +03:00 committed by Andrew Borodin
parent 24cd2bae8d
commit 4a58ece618

View File

@ -2170,6 +2170,7 @@ edit_load_menu_file (WDialog * h)
int dir;
gboolean ret;
query_set_sel (1);
dir = query_dialog (_("Menu edit"),
_("Which menu file do you want to edit?"), D_NORMAL,
geteuid () != 0 ? 2 : 3, _("&Local"), _("&User"), _("&System wide"));