X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Faboutdlg.cpp;h=61e6bcebf8b69e77c4d3fc7af1382f50b1ef319e;hb=4d30b647a451ad697806c9988744247777feca32;hp=a32ab6b8ca113756efafb4ffdb299fc58e4dd864;hpb=e668cbab8cd1f8d7e864bc19e8f68cfeac5023f5;p=quassel.git diff --git a/src/qtui/aboutdlg.cpp b/src/qtui/aboutdlg.cpp index a32ab6b8..61e6bceb 100644 --- a/src/qtui/aboutdlg.cpp +++ b/src/qtui/aboutdlg.cpp @@ -24,7 +24,9 @@ AboutDlg::AboutDlg(QWidget *parent) : QDialog(parent) { ui.setupUi(this); - ui.versionLabel->setText(QString("Version %1, Build ≥ %2 (%3)").arg(Global::quasselVersion).arg(Global::quasselBuild).arg(Global::quasselDate)); + ui.versionLabel->setText(QString("Version %1
Protcol version: %2
Built: %3 %4").arg(Global::quasselVersion) + .arg(Global::protocolVersion) + .arg(Global::quasselBuildDate).arg(Global::quasselBuildTime)); ui.aboutTextBrowser->setHtml(about()); ui.authorTextBrowser->setHtml(authors()); ui.contributorTextBrowser->setHtml(contributors()); @@ -56,7 +58,7 @@ QString AboutDlg::authors() const { "Project Founder, Lead Developer" "
Marcus \"EgS\" Eggenberger
egs@quassel-irc.org
" "Project Motivator, Lead Developer, Mac Maintainer
" - "
Alexander \"phon\" von Renteln
alex@phon.name
" + "
Alexander \"phon\" von Renteln
phon@quassel-irc.org
" "Developer, Windows Maintainer
" "";