aboutsummaryrefslogtreecommitdiff
path: root/base/commandLine.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2012-06-29 16:09:28 +0200
committerJohannes Schickel2012-06-29 16:09:59 +0200
commite2056bdfd93ba247c819ec3fd2f0b487dde05709 (patch)
tree0bf612588ea7470567e2edb42c2b47d1b267e373 /base/commandLine.cpp
parent37fd9b7384e8b7eda1a1966ccdab642357078a6b (diff)
downloadscummvm-rg350-e2056bdfd93ba247c819ec3fd2f0b487dde05709.tar.gz
scummvm-rg350-e2056bdfd93ba247c819ec3fd2f0b487dde05709.tar.bz2
scummvm-rg350-e2056bdfd93ba247c819ec3fd2f0b487dde05709.zip
GUI: Remember last save/load chooser selection.
Diffstat (limited to 'base/commandLine.cpp')
-rw-r--r--base/commandLine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/commandLine.cpp b/base/commandLine.cpp
index 6fd020cb15..5ad23313dc 100644
--- a/base/commandLine.cpp
+++ b/base/commandLine.cpp
@@ -237,6 +237,8 @@ void registerDefaults() {
ConfMan.registerDefault("record_temp_file_name", "record.tmp");
ConfMan.registerDefault("record_time_file_name", "record.time");
+ ConfMan.registerDefault("gui_saveload_chooser", "grid");
+
}
//