aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.cpp
diff options
context:
space:
mode:
authorMax Horn2005-04-22 21:20:22 +0000
committerMax Horn2005-04-22 21:20:22 +0000
commit1f3ce23da8048981749c42df04c5a04dc11f24ca (patch)
tree5446b9bbd9337d3b1d4e62908d5405169c0a0b49 /gui/launcher.cpp
parent94c4f0cbe73a5e5e728039a54b44606e787eca51 (diff)
downloadscummvm-rg350-1f3ce23da8048981749c42df04c5a04dc11f24ca.tar.gz
scummvm-rg350-1f3ce23da8048981749c42df04c5a04dc11f24ca.tar.bz2
scummvm-rg350-1f3ce23da8048981749c42df04c5a04dc11f24ca.zip
GameDetector isn't actually used here
svn-id: r17757
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 d9aa0a5789..2a385f1937 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -704,7 +704,7 @@ void LauncherDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 dat
editGame(item);
break;
case kOptionsCmd: {
- GlobalOptionsDialog options(_detector);
+ GlobalOptionsDialog options;
options.runModal();
}
break;