mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
commit
4c8c961c3d
@ -295,7 +295,7 @@ You may redefine key bindings. See
|
|||||||
.I redefine hotkey bindings
|
.I redefine hotkey bindings
|
||||||
.\"Keys_redefine"
|
.\"Keys_redefine"
|
||||||
.PP
|
.PP
|
||||||
for more info. All other key bindings (described in this manual) relative
|
for more info. All other key bindings (described in this manual) are relative
|
||||||
to default behavior.
|
to default behavior.
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
|
@ -981,7 +981,7 @@ user_menu_cmd (struct WEdit * edit_widget, const char *menu_file, int selected_e
|
|||||||
|
|
||||||
if (!g_file_get_contents (menu, &data, NULL, NULL))
|
if (!g_file_get_contents (menu, &data, NULL, NULL))
|
||||||
{
|
{
|
||||||
message (D_ERROR, MSG_ERROR, _("Cannot open file%s\n%s"), menu, unix_error_string (errno));
|
message (D_ERROR, MSG_ERROR, _("Cannot open file %s\n%s"), menu, unix_error_string (errno));
|
||||||
MC_PTR_FREE (menu);
|
MC_PTR_FREE (menu);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user