mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-27 20:28:27 +00:00
An 'Cancel' button is pointless for errors.
svn-id: r11565
This commit is contained in:
parent
324da16de2
commit
064dad5c0c
@ -2543,7 +2543,7 @@ char ScummEngine::displayError(bool showCancel, const char *message, ...) {
|
||||
vsprintf(buf, message, va);
|
||||
va_end(va);
|
||||
|
||||
GUI::MessageDialog dialog(buf, "OK", "Cancel");
|
||||
GUI::MessageDialog dialog(buf, "OK");
|
||||
return runDialog(dialog);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user