[Scummvm-cvs-logs] CVS: scummvm/scumm dialogs.cpp,1.57,1.58

James Brown ender at users.sourceforge.net
Sat Jul 5 04:26:06 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv27388/scumm

Modified Files:
	dialogs.cpp 
Log Message:
Note spare strings in the custom string resource table.


Index: dialogs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/dialogs.cpp,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- dialogs.cpp	5 Jul 2003 10:57:38 -0000	1.57
+++ dialogs.cpp	5 Jul 2003 11:25:12 -0000	1.58
@@ -64,28 +64,27 @@
 	"Sound",			//5
 	"Keys",				//6
 	"About",			//7
-	"Pocket ScummVM",	//8
-	"Build " SCUMMVM_VERSION " (" SCUMMVM_CVS ")",	//9
-	"ScummVM http://www.scummvm.org",		//10
-	"All games (c) LucasArts",						//11
-	"Quit",											//12
-	"Pause",										//13
-	"Save",											//14
-	"Skip",											//15
-	"Hide",											//16
-	"Options",									//17
-	"Misc",											//18
+	"Pocket ScummVM",		//8
+	"This space intentionally left blank",	//9		SPARE
+	"Do you have a monkey in your pocket?",	//10		SPARE
+	"",					//11		SPARE
+	"Quit",					//12
+	"Pause",				//13
+	"Save",					//14
+	"Skip",					//15
+	"Hide",					//16
+	"Options",				//17
+	"Misc",					//18
 	"Show speech subtitles",		//19
-	"Amiga palette conversion",	//20
-	"Except:",									//21
-	"Simon the Sorcerer (c) Adventuresoft", //22
-	"Close",										//23
-
-	"Map",												//24
-	"Choose an action to map",							//25
-	"Press the key to associate",						//26
-	"Please select an action",							//27
-	"Help"										//28
+	"Amiga palette conversion",		//20
+	"If you can read this,",		//21		SPARE
+	"you don't need glasses", 		//22		SPARE
+	"Close",				//23
+	"Map",					//24
+	"Choose an action to map",		//25
+	"Press the key to associate",		//26
+	"Please select an action",		//27
+	"Help"					//28
 };
 
 #ifdef __PALM_OS__





More information about the Scummvm-git-logs mailing list