aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.cpp
diff options
context:
space:
mode:
authorGregory Montoir2005-08-10 18:30:55 +0000
committerGregory Montoir2005-08-10 18:30:55 +0000
commit42d4032b5991b5b152931c86d80f73423418a8c4 (patch)
tree6717bd8abd713ea251b1f65fded402d9fbadf243 /gui/launcher.cpp
parent3e7feb5cb176d3c4504317f8d342b0d0c6629df7 (diff)
downloadscummvm-rg350-42d4032b5991b5b152931c86d80f73423418a8c4.tar.gz
scummvm-rg350-42d4032b5991b5b152931c86d80f73423418a8c4.tar.bz2
scummvm-rg350-42d4032b5991b5b152931c86d80f73423418a8c4.zip
committed patch #1255847, thanks Simon Sawatzki.
svn-id: r18653
Diffstat (limited to 'gui/launcher.cpp')
-rw-r--r--gui/launcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index 4a5b6d7e9f..8469e613b7 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -409,7 +409,7 @@ void EditGameDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 dat
// Change path for the game
case kCmdGameBrowser: {
- BrowserDialog browser("Select additional game directory", true);
+ BrowserDialog browser("Select directory with game data", true);
if (browser.runModal() > 0) {
// User made his choice...
FilesystemNode dir(browser.getResult());