mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
Ticket #3990: (real_do_file_error): fix number of buttons in the dialog window.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
ee08fa9f56
commit
936ba9618d
@ -920,7 +920,7 @@ real_do_file_error (enum OperationMode mode, gboolean allow_retry, const char *e
|
||||
query_dialog (msg, error, D_ERROR, 4, _("&Skip"), _("Ski&p all"), _("&Retry"),
|
||||
_("&Abort"));
|
||||
else
|
||||
result = query_dialog (msg, error, D_ERROR, 4, _("&Skip"), _("Ski&p all"), _("&Abort"));
|
||||
result = query_dialog (msg, error, D_ERROR, 3, _("&Skip"), _("Ski&p all"), _("&Abort"));
|
||||
|
||||
switch (result)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user