[Pkg-owncloud-commits] [owncloud-client] 206/333: Don't show ocsync version, it's part of mirall now
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:54 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 e2fe4972d9a8b4ab6afcbe55ba70f48416988bd2
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Tue Mar 25 11:49:24 2014 +0100
Don't show ocsync version, it's part of mirall now
---
src/mirall/owncloudtheme.cpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/mirall/owncloudtheme.cpp b/src/mirall/owncloudtheme.cpp
index 335bb7c..e4b2024 100644
--- a/src/mirall/owncloudtheme.cpp
+++ b/src/mirall/owncloudtheme.cpp
@@ -47,10 +47,9 @@ QString ownCloudTheme::about() const
const QString gitSha1(QLatin1String(GIT_SHA1));
devString = QCoreApplication::translate("ownCloudTheme::about()",
"<p><small>Built from Git revision <a href=\"%1\">%2</a>"
- " on %3, %4 using OCsync %5 and Qt %6.</small><p>")
+ " on %3, %4 using Qt %5.</small><p>")
.arg(githubPrefix+gitSha1).arg(gitSha1.left(6))
.arg(__DATE__).arg(__TIME__)
- .arg(MIRALL_STRINGIFY(LIBCSYNC_VERSION))
.arg(QT_VERSION_STR);
#endif
return QCoreApplication::translate("ownCloudTheme::about()",
--
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