added translations

This commit is contained in:
arcan1s
2014-02-28 20:45:02 +04:00
parent 3f02c047c2
commit c66891ee60
10 changed files with 2921 additions and 8 deletions

View File

@ -265,9 +265,9 @@ QMap<QString, QString> SettingsWindow::getSettings()
break;
else if (fileStr[0] != '#') {
if (fileStr.indexOf(QString("=")) > -1)
settings[fileStr.split(QString("="))[0]] = fileStr.split(QString("="))[1]
.remove(QString(" "))
.trimmed();
settings[fileStr.split(QString("="))[0]] = fileStr.split(QString("="))[1]
.remove(QString(" "))
.trimmed();
}
}