Use system language as default language. Closes #780.

This commit is contained in:
sledgehammer999 2013-07-26 02:10:10 +03:00
parent 6d9c3bc644
commit 235bb7c3a4

View File

@ -79,7 +79,7 @@ public:
// General options
QString getLocale() const {
return value(QString::fromUtf8("Preferences/General/Locale"), "en_GB").toString();
return value(QString::fromUtf8("Preferences/General/Locale")).toString();
}
void setLocale(const QString &locale) {