X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Faboutdlg.cpp;h=8f100234c26cb4509d3945593967ebd5944489ac;hb=4f4ed61738d1b2d939a155d8f06673cd4c876e39;hp=000fea85074992c0919da89c63409ce8022959bf;hpb=2f6d1f4ead3a11b1f9ca4676e659bd93042a67af;p=quassel.git diff --git a/src/qtui/aboutdlg.cpp b/src/qtui/aboutdlg.cpp index 000fea85..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; } @@ -89,6 +89,7 @@ QString AboutDlg::contributors() const "
Terje \"tan\" Andersen
Norwegian translation, documentation
" "
Jens \"amiconn\" Arnold
Postgres migration fixes
" "
Adolfo Jayme Barrientos
Spanish translation
" + "
Pete \"elbeardmorez\" Beardmore
Linewrap for input line
" "
Rafael \"EagleScreen\" Belmonte
Spanish translation
" "
Sergiu Bivol
Romanian translation
" "
Bruno Brigras
Crash fixes
" @@ -122,6 +123,7 @@ QString AboutDlg::contributors() const "
Chris \"Zren\" H
Various improvements
" "
Edward Hades
Russian translation
" "
John \"nox\" Hand
Former All-Seeing Eye logo
" + "
Adam \"2kah\" Harwood
ChatView improvements
" "
Jonas \"Dante\" Heese
Project founder, various improvements
" "
Thomas \"Datafreak\" Hogh
Windows builder
" "
Johannes \"j0hu\" Huber
Many fixes and features, bug triaging
" @@ -138,6 +140,7 @@ QString AboutDlg::contributors() const "
Jerome \"Adys\" Leclanche
Context menu fixes
" "
Hendrik \"nevcairiel\" Leppkes
Various features
" "
Jason Lynch
Bugfixes
" + "
Awad \"firesock\" Mackie
ChatView improvements
" "
Michael \"mamarley\" Marley
Various fixes and improvements
" "
Martin \"m4yer\" Mayer
German translation
" "
Daniel \"hydrogen\" Meltzer
Various fixes and improvements
"