Theme: (minor) remove some more mirall's
authorKlaas Freitag <freitag@owncloud.com>
Tue, 12 May 2015 12:03:21 +0000 (14:03 +0200)
committerKlaas Freitag <freitag@owncloud.com>
Tue, 19 May 2015 15:09:39 +0000 (17:09 +0200)
src/libsync/theme.cpp

index 3a7849773e535f78fbef6521557e6f30c22ac5ed..d37975cf0d471a662349e9a25e20f921ac4aecd0 100644 (file)
@@ -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