diff --git a/src/lib/other/aboutdialog.cpp b/src/lib/other/aboutdialog.cpp index 9816893fd..d654e7bf3 100644 --- a/src/lib/other/aboutdialog.cpp +++ b/src/lib/other/aboutdialog.cpp @@ -45,7 +45,7 @@ AboutDialog::~AboutDialog() void AboutDialog::showAbout() { QString aboutHtml; - aboutHtml += "
Application version %1
").arg(
#ifdef FALKON_GIT_REVISION
QString("%1 (%2)").arg(Qz::VERSION, FALKON_GIT_REVISION)
@@ -57,6 +57,7 @@ void AboutDialog::showAbout()
aboutHtml += QString("
© %1 %2
").arg(Qz::COPYRIGHT, Qz::AUTHOR);
aboutHtml += QString("%1
" + mApp->userAgentManager()->defaultUserAgent() + "
"; - aboutHtml += "