X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Faboutdlg.cpp;h=3b2fc3c48226eb5a2ae09f96fc24af9e2b0711f8;hp=a32ab6b8ca113756efafb4ffdb299fc58e4dd864;hb=8ed8ccb06e9662259a497357fdfe0253d4436707;hpb=e668cbab8cd1f8d7e864bc19e8f68cfeac5023f5 diff --git a/src/qtui/aboutdlg.cpp b/src/qtui/aboutdlg.cpp index a32ab6b8..3b2fc3c4 100644 --- a/src/qtui/aboutdlg.cpp +++ b/src/qtui/aboutdlg.cpp @@ -24,7 +24,8 @@ 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
Built: %2 %3").arg(Global::quasselVersion) + .arg(Global::quasselBuildDate).arg(Global::quasselBuildTime)); ui.aboutTextBrowser->setHtml(about()); ui.authorTextBrowser->setHtml(authors()); ui.contributorTextBrowser->setHtml(contributors()); @@ -56,7 +57,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
" "";