Cosmetic commit

* apply clangformat settings
* update translations
* rename settings
This commit is contained in:
2016-02-16 08:46:43 +03:00
parent 362f1fd87e
commit 95a5eec108
14 changed files with 141 additions and 34 deletions

View File

@ -38,7 +38,7 @@ AWUpdateHelper::AWUpdateHelper(QObject *parent)
qCDebug(LOG_AW) << __PRETTY_FUNCTION__;
m_foundVersion = QString(VERSION);
m_genericConfig = QString("%1/awesomewidgets/generic.ini")
m_genericConfig = QString("%1/awesomewidgets/general.ini")
.arg(QStandardPaths::writableLocation(
QStandardPaths::GenericDataLocation));
}