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.

svn-id: r17220
This commit is contained in:
Eugene Sandulenko 2005-03-24 22:04:00 +00:00
parent 33952c09cb
commit 99997aefc3

View File

@ -418,7 +418,7 @@ GlobalOptionsDialog::GlobalOptionsDialog(GameDetector &detector)
//
// 3) The miscellaneous tab
//
tab->addTab("Misc");
tab->addTab("Paths");
yoffset = vBorder;
#if !( defined(__DC__) || defined(__GP32__) )