aboutsummaryrefslogtreecommitdiff
path: root/sword1/sword1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/sword1.cpp')
-rw-r--r--sword1/sword1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/sword1.cpp b/sword1/sword1.cpp
index 1d4113dbd9..f0eb203b3d 100644
--- a/sword1/sword1.cpp
+++ b/sword1/sword1.cpp
@@ -1078,7 +1078,7 @@ void SwordEngine::checkCdFiles(void) { // check if we're running from cd, hdd or
test.close();
} else {
const char msg[] = "Unable to find the game files.\nPlease read the ScummVM documentation";
- GUI::MessageDialog dialog(msg);
+ GUI::MessageDialog dialog(msg);
dialog.runModal();
error(msg);
}