diff --git a/apps/wizard/existinginstallationpage.cpp b/apps/wizard/existinginstallationpage.cpp
index 7c5d10a80..7171cb26b 100644
--- a/apps/wizard/existinginstallationpage.cpp
+++ b/apps/wizard/existinginstallationpage.cpp
@@ -23,12 +23,6 @@ void Wizard::ExistingInstallationPage::initializePage()
emptyItem->setFlags(Qt::NoItemFlags);
installationsList->addItem(emptyItem);
- // Test
- if (mWizard->mInstallations.isEmpty()) {
- qDebug() << "crashy crash";
- return;
- }
-
// Add the available installation paths
QStringList paths(mWizard->mInstallations.keys());
@@ -133,6 +127,8 @@ void Wizard::ExistingInstallationPage::on_browseButton_clicked()
installationsList->setCurrentItem(items.first());
}
+ // Update the button
+ emit completeChanged();
}
void Wizard::ExistingInstallationPage::textChanged(const QString &text)
diff --git a/apps/wizard/mainwizard.cpp b/apps/wizard/mainwizard.cpp
index 92743417e..33d08b50a 100644
--- a/apps/wizard/mainwizard.cpp
+++ b/apps/wizard/mainwizard.cpp
@@ -279,7 +279,7 @@ void Wizard::MainWizard::runSettingsImporter()
return qApp->quit();
// Re-read the game settings
- // setupGameSettings();
+ setupGameSettings();
}
void Wizard::MainWizard::addInstallation(const QString &path)
diff --git a/files/ui/wizard/intropage.ui b/files/ui/wizard/intropage.ui
index b06f7f170..117d2098e 100644
--- a/files/ui/wizard/intropage.ui
+++ b/files/ui/wizard/intropage.ui
@@ -6,8 +6,8 @@
0
0
- 474
- 370
+ 472
+ 368
@@ -20,7 +20,7 @@
-
- This Wizard will help you install Morrowindand its add-ons for OpenMW to use.
+ This Wizard will help you install Morrowind and its add-ons for OpenMW to use.
true
@@ -29,8 +29,6 @@
-
-
-
+