mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
Fix the popup table -mig
This commit is contained in:
parent
e88c714131
commit
67e7800efe
@ -24,7 +24,8 @@ static GnomeUIInfo actions[] = {
|
||||
GNOMEUIINFO_ITEM_NONE (N_("Copy here"), NULL, NULL),
|
||||
GNOMEUIINFO_ITEM_NONE (N_("Link here"), NULL, NULL),
|
||||
GNOMEUIINFO_SEPARATOR,
|
||||
GNOMEUIINFO_ITEM_NONE (N_("Cancel drag"), NULL, NULL)
|
||||
GNOMEUIINFO_ITEM_NONE (N_("Cancel drag"), NULL, NULL),
|
||||
GNOMEUIINFO_END
|
||||
};
|
||||
|
||||
/* Pops up a menu of actions to perform on dropped files */
|
||||
|
Loading…
Reference in New Issue
Block a user