X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Faboutdlg.cpp;h=e41cac0d6bd35e814e8e73d11c4022ecc600b881;hp=b5b7c76d36f238574ba1da3d48ea5dbfe1fb4ca5;hb=b9e68a13d276ee7e1d0338fa1f94f3ae8e5902bc;hpb=ec86ead09bc7a03e0f264dfc4e68c385d8bec7e3 diff --git a/src/qtui/aboutdlg.cpp b/src/qtui/aboutdlg.cpp index b5b7c76d..e41cac0d 100644 --- a/src/qtui/aboutdlg.cpp +++ b/src/qtui/aboutdlg.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2016 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -35,10 +35,10 @@ AboutDlg::AboutDlg(QWidget *parent) ui.setupUi(this); ui.quasselLogo->setPixmap(QIcon(":/icons/quassel-64.png").pixmap(64)); // don't let the icon theme affect our logo here - ui.versionLabel->setText(QString(tr("Version: %1
Protocol version: %2
Built: %3")) + ui.versionLabel->setText(QString(tr("Version: %1
Version date: %2
Protocol version: %3")) .arg(Quassel::buildInfo().fancyVersionString) - .arg(Quassel::buildInfo().protocolVersion) - .arg(Quassel::buildInfo().buildDate)); + .arg(Quassel::buildInfo().commitDate) + .arg(Quassel::buildInfo().protocolVersion)); ui.aboutTextBrowser->setHtml(about()); ui.authorTextBrowser->setHtml(authors()); ui.contributorTextBrowser->setHtml(contributors()); @@ -57,10 +57,10 @@ QString AboutDlg::about() const "#quassel on Freenode

" "Quassel IRC is dual-licensed under GPLv2 and " "GPLv3.
" - "Most icons are © by the Oxygen Team and used under the " + "Most icons are © by the Oxygen Team and used under the " "LGPL.

" "Please use http://bugs.quassel-irc.org to report bugs." - ).arg("2005-2015"); + ).arg("2005-2016"); return res; } @@ -101,9 +101,9 @@ QString AboutDlg::thanksTo() const "
" "
 John \"nox\" Hand
" "
for the original Quassel icon - The All-Seeing Eye
" - "
 The Oxygen Team
" + "
 The Oxygen Team
" "
for creating all the artwork you see throughout Quassel
" - "
 Qt Software formerly known as Trolltech
" + "
 Qt Software formerly known as Trolltech
" "
for creating Qt and Qtopia, and for sponsoring development of QuasselTopia with Greenphones and more
" "
" "
for sponsoring development of Quassel Mobile with N810s
"