diff options
| author | 2008-08-23 11:50:54 +0000 | |
|---|---|---|
| committer | 2008-08-23 11:50:54 +0000 | |
| commit | 793313d91463b3e9651a8a060086be09c0fade3b (patch) | |
| tree | f337235bdf8105f14227bec013c4960105756988 /src/modules | |
| parent | upported fix for #139 to trunk/4.0 (diff) | |
| download | KVIrc-793313d91463b3e9651a8a060086be09c0fade3b.tar.gz KVIrc-793313d91463b3e9651a8a060086be09c0fade3b.tar.bz2 KVIrc-793313d91463b3e9651a8a060086be09c0fade3b.zip | |
Self-celebration
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2277 17fca916-40b9-46aa-a4ea-0a15b648b75c
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>" \ |
