[Pkg-owncloud-commits] [owncloud-client] 55/175: Theme: (minor) remove some more mirall's
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Aug 8 10:36:26 UTC 2015
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 e36252a845d87ada0c81c3e9a4eb79801209e4f8
Author: Klaas Freitag <freitag at owncloud.com>
Date: Tue May 12 14:03:21 2015 +0200
Theme: (minor) remove some more mirall's
---
src/libsync/theme.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/libsync/theme.cpp b/src/libsync/theme.cpp
index 3a78497..d37975c 100644
--- a/src/libsync/theme.cpp
+++ b/src/libsync/theme.cpp
@@ -246,7 +246,7 @@ QString Theme::gitSHA1() const
QString devString;
#ifdef GIT_SHA1
const QString githubPrefix(QLatin1String(
- "https://github.com/owncloud/mirall/commit/"));
+ "https://github.com/owncloud/client/commit/"));
const QString gitSha1(QLatin1String(GIT_SHA1));
devString = QCoreApplication::translate("ownCloudTheme::about()",
"<p><small>Built from Git revision <a href=\"%1\">%2</a>"
@@ -389,5 +389,5 @@ bool Theme::wizardSelectiveSyncDefaultNothing() const
}
-} // end namespace mirall
+} // end namespace client
--
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