diff options
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/about/ENTRIES | 7 | ||||
| -rw-r--r-- | src/modules/about/abouttext.inc | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/src/modules/about/ENTRIES b/src/modules/about/ENTRIES index cff627f19..9672001f0 100644 --- a/src/modules/about/ENTRIES +++ b/src/modules/about/ENTRIES @@ -42,6 +42,11 @@ NAME: Thomas Kalla NICK: |Tom|@IrcNet ROLE: MacOS X porting +NAME: Voker57 +NICK: Voker57 +MAIL: voker57 at gmail dot com +ROLE: Bugfixing, cmake, kde4, other new stuff +TEXT: I'm not sure how i did it, but it works SECTION: Translators @@ -306,4 +311,4 @@ NAME: Lorenzo Marcon NICK: LoSko MAIL: http://losko.altervista.org/nglfserv/ ROLE: Bug hunting and fixing, doc fixes, scripting (NGL File Server) -TEXT: I don't know what I want, but I know how to get it. +TEXT: I don't know what I want, but I know how to get it.
\ No newline at end of file diff --git a/src/modules/about/abouttext.inc b/src/modules/about/abouttext.inc index 09d8ceee7..e3b58bf40 100644 --- a/src/modules/about/abouttext.inc +++ b/src/modules/about/abouttext.inc @@ -135,6 +135,25 @@ static const char * g_szAboutText = "" \ "MacOS X porting" \ "</font></td></tr>" \ "</table><br><br>" \ +"<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">" \ +"<tr><td align=\"center\">" \ +"<font color=\"#000000\" size=\"+2\"><b>Voker57</b></font>" \ +"</td></tr>" \ +"<tr><td align=\"center\"><font color=\"#800020\" size=\"+2\"> (" \ +"Voker57" \ +")</font></td></tr>" \ +"<tr><td align=\"center\"><font color=\"#0000FF\" size=\"+1\">" \ +"[" \ +"voker57 at gmail dot com" \ +"]" \ +"</font></td></tr>" \ +"<tr><td align=\"center\"><font color=\"#303030\">" \ +"Bugfixing, cmake, kde4, other new stuff" \ +"</font></td></tr>" \ +"<tr><td align=\"center\"><font color=\"#606060\"><i>" \ +"\"I'm not sure how i did it, but it works\"" \ +"</i></font></td></tr>" \ +"</table><br><br>" \ "<br><table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">" \ "<tr><td align=\"center\">" \ "<font color=\"#000000\" size=\"+3\"><b>Translators</b></font>" \ |
