[Scummvm-cvs-logs] CVS: scummvm/gui options.cpp,1.70,1.71

Eugene Sandulenko sev at users.sourceforge.net
Thu Mar 24 14:04:46 CET 2005


Update of /cvsroot/scummvm/scummvm/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20546

Modified Files:
	options.cpp 
Log Message:
Rename global tab Misc to Paths. This correctly describes its current content
and is in harmony with game-specific options. If someone ever will add some
additional "misc" stuff in there, it could be easily renamed.


Index: options.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/options.cpp,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- options.cpp	2 Mar 2005 21:46:44 -0000	1.70
+++ options.cpp	24 Mar 2005 22:04:00 -0000	1.71
@@ -418,7 +418,7 @@
 	//
 	// 3) The miscellaneous tab
 	//
-	tab->addTab("Misc");
+	tab->addTab("Paths");
 	yoffset = vBorder;
 
 #if !( defined(__DC__) || defined(__GP32__) )





More information about the Scummvm-git-logs mailing list