diff options
Diffstat (limited to 'gui/launcher.cpp')
-rw-r--r-- | gui/launcher.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp index a484638338..d28e322d15 100644 --- a/gui/launcher.cpp +++ b/gui/launcher.cpp @@ -256,7 +256,7 @@ EditGameDialog::EditGameDialog(const String &domain, const String &desc) if (savePath.empty() || !ConfMan.hasKey("savepath", _domain)) { _savePathWidget->setLabel("Default"); } - + // Activate the first tab tab->setActiveTab(0); _tabWidget = tab; @@ -815,7 +815,7 @@ void LauncherDialog::loadGame(int item) { target.toLowercase(); if (plugin) { - if ((*plugin)->hasFeature(MetaEngine::kSupportsListSaves) && + if ((*plugin)->hasFeature(MetaEngine::kSupportsListSaves) && (*plugin)->hasFeature(MetaEngine::kSupportsLoadingDuringStartup)) { int slot = _loadDialog->runModal(plugin, target); if (slot >= 0) { |