mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Merge branch '3409_user_menu_help'
* 3409_user_menu_help: Ticket #3409: (user_menu_cmd): fix help topic for user menu.
This commit is contained in:
commit
054182b877
@ -1098,7 +1098,7 @@ user_menu_cmd (struct WEdit * edit_widget, const char *menu_file, int selected_e
|
|||||||
|
|
||||||
/* Create listbox */
|
/* Create listbox */
|
||||||
listbox = create_listbox_window (menu_lines, max_cols + 2, _("User menu"),
|
listbox = create_listbox_window (menu_lines, max_cols + 2, _("User menu"),
|
||||||
"[Menu File Edit]");
|
"[Edit Menu File]");
|
||||||
/* insert all the items found */
|
/* insert all the items found */
|
||||||
for (i = 0; i < menu_lines; i++)
|
for (i = 0; i < menu_lines; i++)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user