diff options
| author | 2009-08-30 08:44:08 +0000 | |
|---|---|---|
| committer | 2009-08-30 08:44:08 +0000 | |
| commit | d36c9e1e7c07edd64a5c63f2a99e7fd59590f36e (patch) | |
| tree | 896086fc1d4fc06cc7dc6356af40aeba3eb9a15e /src | |
| parent | fixed unreadable help on dark themes (diff) | |
| download | KVIrc-d36c9e1e7c07edd64a5c63f2a99e7fd59590f36e.tar.gz KVIrc-d36c9e1e7c07edd64a5c63f2a99e7fd59590f36e.tar.bz2 KVIrc-d36c9e1e7c07edd64a5c63f2a99e7fd59590f36e.zip | |
fix for #547
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3437 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/about/ENTRIES | 6 | ||||
| -rw-r--r-- | src/modules/about/abouttext.inc | 44 |
2 files changed, 50 insertions, 0 deletions
diff --git a/src/modules/about/ENTRIES b/src/modules/about/ENTRIES index c0bf0d021..2ed4691e7 100644 --- a/src/modules/about/ENTRIES +++ b/src/modules/about/ENTRIES @@ -321,3 +321,9 @@ 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. + +NAME: Chris Petrik +NICK: cpet +MAIL: chris at officialunix dot com +ROLE: FreeBSD Port mantainer +TEXT: FreeBSD Gimp. diff --git a/src/modules/about/abouttext.inc b/src/modules/about/abouttext.inc index f42f7262e..e5e1e2954 100644 --- a/src/modules/about/abouttext.inc +++ b/src/modules/about/abouttext.inc @@ -173,6 +173,31 @@ static const char * g_szAboutText = "" \ "\"everything is possible, it only needs its time.\"" \ "</i></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>Kai Wasserbäch</b></font>" \ +"</td></tr>" \ +"<tr><td align=\"center\"><font color=\"#800020\" size=\"+2\"> (" \ +"Curan (actually the correct form would be Cùran)" \ +")</font></td></tr>" \ +"<tr><td align=\"center\"><font color=\"#0000FF\" size=\"+1\">" \ +"[" \ +"debian@carbon-project.org" \ +"]" \ +"</font></td></tr>" \ +"<tr><td align=\"center\"><font color=\"#303030\">" \ +"The Debian guy in the team. Introduces bug fixes for" \ +"<br>" \ +"Debian Bugs and added the German manpage." \ +"</font></td></tr>" \ +"<tr><td align=\"center\"><font color=\"#606060\"><i>" \ +"\"As Debian's Co-Maintainer of KVIrc I have a Debian-centric\"" \ +"<br>" \ +"\"view on some things, which is - apart from bugs reported to\"" \ +"<br>" \ +"\"Debian - the main force driving me to improve KVIrc.\"" \ +"</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>" \ @@ -913,6 +938,25 @@ static const char * g_szAboutText = "" \ "\"I don't know what I want, but I know how to get it.\"" \ "</i></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>Chris Petrik</b></font>" \ +"</td></tr>" \ +"<tr><td align=\"center\"><font color=\"#800020\" size=\"+2\"> (" \ +"cpet" \ +")</font></td></tr>" \ +"<tr><td align=\"center\"><font color=\"#0000FF\" size=\"+1\">" \ +"[" \ +"chris at officialunix dot com" \ +"]" \ +"</font></td></tr>" \ +"<tr><td align=\"center\"><font color=\"#303030\">" \ +"FreeBSD Port mantainer" \ +"</font></td></tr>" \ +"<tr><td align=\"center\"><font color=\"#606060\"><i>" \ +"\"FreeBSD Gimp.\"" \ +"</i></font></td></tr>" \ +"</table><br><br>" \ "<br>" \ "This list is far from being complete.<br>" \ "A lot of more or less \"anonymous\" people have wasted their time, " \ |
