From 8715746774b0cb8df8bac34920ffee742d48bf66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Fri, 22 May 2015 01:27:59 +0200 Subject: GH-977 this isn't funny anymore... --- application/pages/global/MultiMCPage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'application/pages/global/MultiMCPage.cpp') diff --git a/application/pages/global/MultiMCPage.cpp b/application/pages/global/MultiMCPage.cpp index 83c1ccd5..7af6b5aa 100644 --- a/application/pages/global/MultiMCPage.cpp +++ b/application/pages/global/MultiMCPage.cpp @@ -301,7 +301,7 @@ void MultiMCPage::applySettings() // FTB s->set("TrackFTBInstances", ui->trackFtbBox->isChecked()); - s->set("FTBLauncherRoot", ui->ftbLauncherBox->text()); + s->set("FTBLauncherLocal", ui->ftbLauncherBox->text()); s->set("FTBRoot", ui->ftbBox->text()); // Folders @@ -390,7 +390,7 @@ void MultiMCPage::loadSettings() // FTB ui->trackFtbBox->setChecked(s->get("TrackFTBInstances").toBool()); - ui->ftbLauncherBox->setText(s->get("FTBLauncherRoot").toString()); + ui->ftbLauncherBox->setText(s->get("FTBLauncherLocal").toString()); ui->ftbBox->setText(s->get("FTBRoot").toString()); // Folders -- cgit v1.2.3