[Scummvm-cvs-logs] SF.net SVN: scummvm:[34536] scummvm/trunk/gui/launcher.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun Sep 14 22:01:02 CEST 2008


Revision: 34536
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34536&view=rev
Author:   lordhoto
Date:     2008-09-14 20:01:01 +0000 (Sun, 14 Sep 2008)

Log Message:
-----------
Changed message when trying to open the load dialog for games not supporting direct loading.

Modified Paths:
--------------
    scummvm/trunk/gui/launcher.cpp

Modified: scummvm/trunk/gui/launcher.cpp
===================================================================
--- scummvm/trunk/gui/launcher.cpp	2008-09-14 19:48:40 UTC (rev 34535)
+++ scummvm/trunk/gui/launcher.cpp	2008-09-14 20:01:01 UTC (rev 34536)
@@ -990,7 +990,7 @@
 			}
 		} else {
 			MessageDialog dialog
-				("Sorry, this game does not yet support loading games from the launcher.", "OK");
+				("This game does not support loading games from the launcher.", "OK");
 			dialog.runModal();
 		}
 	} else {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list