aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorEugene Sandulenko2005-03-24 22:04:00 +0000
committerEugene Sandulenko2005-03-24 22:04:00 +0000
commit99997aefc3e389928cd94078c363a49819805cb0 (patch)
tree534f7d80a77b6f3cf221daeb3e053ed31d5c24da /gui
parent33952c09cb7cf662c622b73d589fb731cc684c51 (diff)
downloadscummvm-rg350-99997aefc3e389928cd94078c363a49819805cb0.tar.gz
scummvm-rg350-99997aefc3e389928cd94078c363a49819805cb0.tar.bz2
scummvm-rg350-99997aefc3e389928cd94078c363a49819805cb0.zip
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
Diffstat (limited to 'gui')
-rw-r--r--gui/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/options.cpp b/gui/options.cpp
index 1c69f48efe..e54e6a2126 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -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__) )