diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-08-07 01:38:18 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-08-07 01:38:18 +0200 |
commit | afaa1dc223ec87b685778ee0aed81cb6caaa05c7 (patch) | |
tree | 4e1e6589d56ba9bc6984547d158d413a0495272f /gui/versionselectdialog.cpp | |
parent | 091b7502cfc1bc01a1abd68a0fb9a0b2693a4658 (diff) | |
download | PrismLauncher-afaa1dc223ec87b685778ee0aed81cb6caaa05c7.tar.gz PrismLauncher-afaa1dc223ec87b685778ee0aed81cb6caaa05c7.tar.bz2 PrismLauncher-afaa1dc223ec87b685778ee0aed81cb6caaa05c7.zip |
Get rid of QNAM (now subclassed and less needy). Basic LWJGL download and extraction.
Diffstat (limited to 'gui/versionselectdialog.cpp')
-rw-r--r-- | gui/versionselectdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/versionselectdialog.cpp b/gui/versionselectdialog.cpp index 9f1a8653..b3a14db1 100644 --- a/gui/versionselectdialog.cpp +++ b/gui/versionselectdialog.cpp @@ -90,7 +90,7 @@ void VersionSelectDialog::updateFilterState() if (!ui->filterSnapshotsCheckbox->isChecked()) filteredTypes += "Snapshot"; if (!ui->filterMCNostalgiaCheckbox->isChecked()) - filteredTypes += "MCNostalgia"; + filteredTypes += "Nostalgia"; QString regexStr = "^.*$"; if (filteredTypes.length() > 0) |