diff --git a/src/dialog.c b/src/dialog.c index b8550976..25c18172 100644 --- a/src/dialog.c +++ b/src/dialog.c @@ -1801,7 +1801,10 @@ DialogOK(const char *title, const char *fmt, ...) Evsnprintf(text, sizeof(text), fmt, args); va_end(args); - DialogOKstr(title, text); + if (Mode.wm.startup) + Eprintf("%s: %s\n", title, text); + else + DialogOKstr(title, text); } void