Fix problem reported by Matthew Wagner -mig

This commit is contained in:
Miguel de Icaza 1998-04-17 02:43:16 +00:00
parent f1afd65290
commit f46d8b3054

View File

@ -2545,7 +2545,7 @@ real_query_recursive (enum OperationMode mode, char *s)
if (know_not_what_am_i_doing)
query_set_sel (1);
recursive_result = query_dialog (text, msg, 3, 5,
recursive_result = query_dialog (text, msg, D_ERROR, 5,
_("&Yes"), _("&No"), _("a&ll"), _("non&E"), _("&Abort"));