From: Klaas Freitag Date: Tue, 12 May 2015 12:03:21 +0000 (+0200) Subject: Theme: (minor) remove some more mirall's X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~1803^2~73^2~25 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e36252a845d87ada0c81c3e9a4eb79801209e4f8;p=nextcloud-desktop.git Theme: (minor) remove some more mirall's --- diff --git a/src/libsync/theme.cpp b/src/libsync/theme.cpp index 3a7849773..d37975cf0 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()", "

Built from Git revision %2" @@ -389,5 +389,5 @@ bool Theme::wizardSelectiveSyncDefaultNothing() const } -} // end namespace mirall +} // end namespace client