[Pkg-owncloud-commits] [owncloud-client] 64/219: ownCloudTheme: Fix casing in appName()
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:10 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 69066013c1a141b902b3046f4b77770d52f6ffed
Author: Markus Goetz <markus at woboq.com>
Date: Wed Sep 3 16:07:05 2014 +0200
ownCloudTheme: Fix casing in appName()
Without this fix, the section in the config file uses the wrong name,
leading to re-configuration of the client needed.
---
src/mirall/owncloudtheme.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mirall/owncloudtheme.cpp b/src/mirall/owncloudtheme.cpp
index 6691c69..a773518 100644
--- a/src/mirall/owncloudtheme.cpp
+++ b/src/mirall/owncloudtheme.cpp
@@ -114,7 +114,7 @@ QPixmap ownCloudTheme::wizardHeaderLogo() const
QString ownCloudTheme::appName() const
{
- return QLatin1String("owncloud");
+ return QLatin1String("ownCloud");
}
QString ownCloudTheme::appNameGUI() const
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list