Use system language as default language. Closes #780.

This commit is contained in:
sledgehammer999 2013-07-26 02:10:10 +03:00
commit f71c0f0a7e

View file

@ -73,7 +73,7 @@ public:
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) {