Don't show ocsync version, it's part of mirall now

This commit is contained in:
Daniel Molkentin 2014-03-25 11:49:24 +01:00
parent efee9c689c
commit e2fe4972d9

View file

@ -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()",