From: Manuel Nickschas Date: Wed, 27 Aug 2008 12:48:58 +0000 (+0200) Subject: Updating the About dialog with our new contributors, please report if you miss yourse... X-Git-Tag: 0.3.0~3 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=f9cbf03a36a8612fcae2d24111ceee22656d12b3 Updating the About dialog with our new contributors, please report if you miss yourself in the list! --- diff --git a/src/qtui/aboutdlg.cpp b/src/qtui/aboutdlg.cpp index 0cb16ba2..9cb5cf5a 100644 --- a/src/qtui/aboutdlg.cpp +++ b/src/qtui/aboutdlg.cpp @@ -69,16 +69,21 @@ QString AboutDlg::contributors() const { QString res; res = tr("We would like to thank the following contributors (in alphabetical order) and everybody we forgot to mention here:") + "
" "
" - "
Marco \"kaffeedoktor\" Genise
kaffeedoktor@quassel-irc.org
" - "Ideas, Hacking, Motivation
" - "
John \"nox-Hand\" Hand
Gorgeous Application and Tray Icons
" - "
Jonas \"Dante\" Heese
Project Founder, ebuilder
" - "
Diego \"Flameeyes\" Pettenò
Gentoo Maintainer
" - "
Harald \"apachelogger\" Sitter
{k|U}buntu packager, Motivator, Promoter
" - "
Daniel \"son\" Steinmetz
Early Beta Tester and Bughunter (on Vista™!)
" - "
Adam \"adamt\" Tulinius
Early Beta Tester and Bughunter, Danish Translation
" - "
Pavel \"int\" Volkovitskiy
Early Beta Tester and Bughunter
" - "
"; + "
Daniel \"al\" Albers
German translation, various fixes
" + "
Terje \"tan\" Andersen
Norwegian translation, documentation
" + "
Marco \"kaffeedoktor\" Genise
Ideas, hacking, motivation
" + "
Sebastian \"seezer\" Goth
Various improvements and features
" + "
John \"nox-Hand\" Hand
Gorgeous application and tray icons
" + "
Jonas \"Dante\" Heese
Project founder, various improvements
" + "
Regis \"ZRegis\" Perrin
French translation
" + "
Diego \"Flameeyes\" Pettenò
Gentoo maintainer
" + "
Dennis \"devurandom\" Schridde
D-Bus notifications
" + "
Harald \"apachelogger\" Sitter
{k|U}buntu packager, motivator, promoter
" + "
Daniel \"son\" Steinmetz
Early beta tester and bughunter (on Vista™!)
" + "
Adam \"adamt\" Tulinius
Early beta tester and bughunter, Danish translation
" + "
Pavel \"int\" Volkovitskiy
Early beta tester and bughunter
" + "
" + "...and anybody else finding and reporting bugs, giving feedback, helping others and being part of the community!"; return res; }