It's better when it's done correctly ...

This commit is contained in:
TuxSH 2015-09-19 21:58:41 +02:00
parent e0e9489c8e
commit fb5af5b700

View File

@ -485,7 +485,7 @@ void MainWindow::loadSettings(void) {
if (dumpedNamesLanguage > Spanish) dumpedNamesLanguage = NoLanguage;
if (settings->value("LibPkmGCVersion").toInt() < 1001001 || settings->value("Version").toInt() < 1001001)
oldversionMax = 1001001;
oldversionMax = 1001000;
}