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: public:
// General options // General options
QString getLocale() const { 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) { void setLocale(const QString &locale) {