[Scummvm-cvs-logs] SF.net SVN: scummvm:[53867] scummvm/trunk/base/main.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Wed Oct 27 00:30:39 CEST 2010


Revision: 53867
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53867&view=rev
Author:   fingolfin
Date:     2010-10-26 22:30:39 +0000 (Tue, 26 Oct 2010)

Log Message:
-----------
BASE: Remove oudated comment, and redundant warning

Modified Paths:
--------------
    scummvm/trunk/base/main.cpp

Modified: scummvm/trunk/base/main.cpp
===================================================================
--- scummvm/trunk/base/main.cpp	2010-10-26 22:26:13 UTC (rev 53866)
+++ scummvm/trunk/base/main.cpp	2010-10-26 22:30:39 UTC (rev 53867)
@@ -422,9 +422,6 @@
 			// PluginManager::instance().unloadPlugins();
 			PluginManager::instance().loadPlugins();
 		} else {
-			// A dialog would be nicer, but we don't have any
-			// screen to draw on yet.
-			warning("%s", _("Could not find any engine capable of running the selected game"));
 			GUI::displayErrorDialog(_("Could not find any engine capable of running the selected game"));
 		}
 


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