From ee70457667b7480226b3af3bf3047e098a0344c5 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 11 Aug 2004 21:49:58 +0000 Subject: Fix for bug #1007093 (GUI: removing game configuration from Launcher buggy); moral: either document how things work, or at least provide well named constants for certain return values... using the cheap way out here, i.e. method (b) :-) svn-id: r14557 --- sword1/sword1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sword1') 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); } -- cgit v1.2.3