X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Faboutdlg.cpp;h=c3ff6e961b00c34ecab1e6d08bbb27b824626607;hp=c0e4d7541c7c191b8cf6dcb4f9cae5594156fa86;hb=c8a195f3448a89cf3172dc2f247bdc438337d75a;hpb=952ac961af5ad09fa4105de5c938c147b260b3a0 diff --git a/src/qtui/aboutdlg.cpp b/src/qtui/aboutdlg.cpp index c0e4d754..c3ff6e96 100644 --- a/src/qtui/aboutdlg.cpp +++ b/src/qtui/aboutdlg.cpp @@ -78,8 +78,10 @@ QString AboutDlg::contributors() const { "
" "
Daniel \"al\" Albers
German translation, various fixes
" "
Terje \"tan\" Andersen
Norwegian translation, documentation
" + "
Kevin \"KRF\" Funk
German translation
" "
Marco \"kaffeedoktor\" Genise
Ideas, hacking, motivation
" "
Sebastian \"seezer\" Goth
Various improvements and features
" + "
Edward \"Aides\" Hades
Russian translation
" "
John \"nox-Hand\" Hand
Gorgeous application and tray icons
" "
Jonas \"Dante\" Heese
Project founder, various improvements
" "
Paul \"Haudrauf\" Klumpp
Initial design and mainwindow layout
" @@ -102,12 +104,14 @@ QString AboutDlg::thanksTo() const { QString res; res = tr("Special thanks goes to:
" "
" - "
John \"nox-Hand\" Hand
" + "
John \"nox\" Hand
" "
for great artwork and the Quassel logo/icon" "
The Oxygen Team
" "
for creating most of the other shiny icons you see throughout Quassel
" - "
Trolltech
" - "
for creating Qt and Qtopia, and for sponsoring development of Quasseltopia with Greenphones and more
" + "
Qt Software formerly known as Trolltech
" + "
for creating Qt and Qtopia, and for sponsoring development of QuasselTopia with Greenphones and more
" + "
Nokia
" + "
for keeping Qt alive, and for sponsoring development of Quassel Mobile with N810s
" ); return res;