X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Faboutdlg.cpp;h=8f100234c26cb4509d3945593967ebd5944489ac;hb=ce26c3770b254362c7bd1e094ba8f8bf22133653;hp=11fbb19e81eb931f565aa03a904bfc540a74e46b;hpb=0cb82cb25018f33b13d356fc03528d9eea76e568;p=quassel.git diff --git a/src/qtui/aboutdlg.cpp b/src/qtui/aboutdlg.cpp index 11fbb19e..8f100234 100644 --- a/src/qtui/aboutdlg.cpp +++ b/src/qtui/aboutdlg.cpp @@ -47,7 +47,7 @@ QString AboutDlg::about() const { QString res; res = tr("A modern, distributed IRC Client

" - "©2005-2014 by the Quassel Project
" + "©%1 by the Quassel Project
" "http://quassel-irc.org
" "#quassel on Freenode

" "Quassel IRC is dual-licensed under GPLv2 and " @@ -55,7 +55,7 @@ QString AboutDlg::about() const "Most icons are © by the Oxygen Team and used under the " "LGPL.

" "Please use http://bugs.quassel-irc.org to report bugs." - ); + ).arg("2005-2014"); return res; }