From f7379184b7c0ae4e53d7470809f84e2ad3239ec1 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Sat, 20 Dec 2008 15:09:06 +0100 Subject: [PATCH] Add igungor to aboutdlg.cpp --- src/qtui/aboutdlg.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/qtui/aboutdlg.cpp b/src/qtui/aboutdlg.cpp index d7932c1f..065e97e0 100644 --- a/src/qtui/aboutdlg.cpp +++ b/src/qtui/aboutdlg.cpp @@ -74,13 +74,15 @@ QString AboutDlg::authors() const { 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:") + "
" + res = tr("We would like to thank the following contributors (in alphabetical order) and everybody we forgot to mention here:") + + QString::fromUtf8("
" "
" "
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
" + "
H. İbrahim \"igungor\" Güngör
Turkish translation
" "
Edward \"Aides\" Toroshchin
Russian translation
" "
John \"nox-Hand\" Hand
Gorgeous application and tray icons
" "
Jonas \"Dante\" Heese
Project founder, various improvements
" @@ -95,7 +97,7 @@ QString AboutDlg::contributors() const { "
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!"; + "...and anybody else finding and reporting bugs, giving feedback, helping others and being part of the community!"); return res; } -- 2.20.1