X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Faboutdlg.cpp;h=c3ff6e961b00c34ecab1e6d08bbb27b824626607;hb=b2efa6809ee09b70be19c0f66e0fcd6e57bf64bc;hp=c0e4d7541c7c191b8cf6dcb4f9cae5594156fa86;hpb=480eab8daec4fb56a6886918c6a913cc197330f1;p=quassel.git 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;