aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/strres.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/strres.cpp')
-rw-r--r--engines/tinsel/strres.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/strres.cpp b/engines/tinsel/strres.cpp
index 60ac8cdb2a..bbf02301db 100644
--- a/engines/tinsel/strres.cpp
+++ b/engines/tinsel/strres.cpp
@@ -100,7 +100,7 @@ void ChangeLanguage(LANGUAGE newLang) {
char buf[50];
sprintf(buf, CANNOT_FIND_FILE, _vm->getTextFile(newLang));
GUI::MessageDialog dialog(buf, "OK");
- dialog.runModal();
+ dialog.runModal();
error(CANNOT_FIND_FILE, _vm->getTextFile(newLang));
}