Merge branch 'master' of github.com:owncloud/mirall

This commit is contained in:
Klaas Freitag 2012-09-27 12:30:27 +02:00
commit e4024015a4

View File

@ -33,7 +33,7 @@ QString ownCloudTheme::appName() const
* because the value is used by QDesktopServices to find the config
* file. Be aware.
*/
return QApplication::translate("appname", "ownCloud");
return QLatin1String("ownCloud");
}
QString ownCloudTheme::configFileName() const