mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Merge branch '3990_hardlink_error_garbage'
* 3990_hardlink_error_garbage: Ticket #3990: (real_do_file_error): fix number of buttons in the dialog window.
This commit is contained in:
commit
71c0f7640d
@ -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"),
|
query_dialog (msg, error, D_ERROR, 4, _("&Skip"), _("Ski&p all"), _("&Retry"),
|
||||||
_("&Abort"));
|
_("&Abort"));
|
||||||
else
|
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)
|
switch (result)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user