[Scummvm-cvs-logs] SF.net SVN: scummvm:[34104] scummvm/trunk/backends/platform/sdl/sdl.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Fri Aug 22 15:01:24 CEST 2008


Revision: 34104
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34104&view=rev
Author:   Kirben
Date:     2008-08-22 13:01:23 +0000 (Fri, 22 Aug 2008)

Log Message:
-----------
Remove warning about change of config file location under Windows, since it is frequently repeated (due to code restructures). The information is mentioned in the README anyway.

Modified Paths:
--------------
    scummvm/trunk/backends/platform/sdl/sdl.cpp

Modified: scummvm/trunk/backends/platform/sdl/sdl.cpp
===================================================================
--- scummvm/trunk/backends/platform/sdl/sdl.cpp	2008-08-22 12:12:43 UTC (rev 34103)
+++ scummvm/trunk/backends/platform/sdl/sdl.cpp	2008-08-22 13:01:23 UTC (rev 34104)
@@ -304,12 +304,6 @@
 			GetWindowsDirectory(oldConfigFile, MAXPATHLEN);
 			strcat(oldConfigFile, "\\" DEFAULT_CONFIG_FILE);
 			if ((tmp = fopen(oldConfigFile, "r"))) {
-				printf("The default location of the config file (scummvm.ini) in ScummVM has changed,\n");
-				printf("under Windows NT4/2000/XP/Vista. You may want to consider moving your config\n");
-				printf("file from the old default location:\n");
-				printf("%s\n", oldConfigFile);
-				printf("to the new default location:\n");
-				printf("%s\n\n", configFile);
 				strcpy(configFile, oldConfigFile);
 
 				fclose(tmp);


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