[Scummvm-cvs-logs] SF.net SVN: scummvm: [29788] scummvm/trunk/backends/platform/PalmOS/Src/ launcher/launch.cpp

chrilith at users.sourceforge.net chrilith at users.sourceforge.net
Sun Dec 9 12:26:01 CET 2007


Revision: 29788
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29788&view=rev
Author:   chrilith
Date:     2007-12-09 03:26:01 -0800 (Sun, 09 Dec 2007)

Log Message:
-----------
Send default themepath

Modified Paths:
--------------
    scummvm/trunk/backends/platform/PalmOS/Src/launcher/launch.cpp

Modified: scummvm/trunk/backends/platform/PalmOS/Src/launcher/launch.cpp
===================================================================
--- scummvm/trunk/backends/platform/PalmOS/Src/launcher/launch.cpp	2007-12-09 11:24:51 UTC (rev 29787)
+++ scummvm/trunk/backends/platform/PalmOS/Src/launcher/launch.cpp	2007-12-09 11:26:01 UTC (rev 29788)
@@ -200,6 +200,8 @@
 
 	// start command line (exec name)
 	ArgsAdd(&argvP[argc], "-", NULL, &argc);
+	// standard path
+	ArgsAdd(&argvP[argc], "--themepath=", "/PALM/Programs/ScummVM/Themes", &argc);
 
 	UInt16 index = GamGetSelected();
 	// no game selected


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