[Pkg-owncloud-commits] [owncloud-client] 32/47: Theme: Update general disclaimer.

Sandro Knauß hefee-guest at moszumanska.debian.org
Mon Feb 17 18:06:34 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 e66757335b514afb883f56247e93ce9583806afc
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Thu Feb 13 17:03:11 2014 +0100

    Theme: Update general disclaimer.
---
 src/mirall/theme.cpp | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/mirall/theme.cpp b/src/mirall/theme.cpp
index 9f324ec..18fe0c1 100644
--- a/src/mirall/theme.cpp
+++ b/src/mirall/theme.cpp
@@ -202,7 +202,13 @@ QString Theme::updateCheckUrl() const
 
 QString Theme::about() const
 {
-    return QString::null;
+    return tr("<p>Version %1 For more information please visit <a href='%2'>%3</a>.</p>"
+              "<p>Copyright ownCloud, Inc.<p>"
+              "<p>Distributed by %4 and licensed under the GNU Public License (GPL) Version 2.0.<br>"
+              "%5 and the %5 logo are registered trademarks of %4 in the<br>"
+              "United States, other countries, or both.</p>")
+            .arg(MIRALL_VERSION_STRING).arg("http://"MIRALL_STRINGIFY(APPLICATION_DOMAIN))
+            .arg(MIRALL_STRINGIFY(APPLICATION_DOMAIN)).arg(APPLICATION_VENDOR).arg(APPLICATION_NAME);
 }
 
 QVariant Theme::customMedia( CustomMediaType type )

-- 
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