diff options
| author | 2008-11-04 00:30:47 +0000 | |
|---|---|---|
| committer | 2008-11-04 00:30:47 +0000 | |
| commit | 1ac6797cf7eeb2be675260f3fd60190eaa186623 (patch) | |
| tree | 503356efbef97676da6c62c5e63f5abd324b0c19 /src/modules/about | |
| parent | fixed typo (diff) | |
| download | KVIrc-1ac6797cf7eeb2be675260f3fd60190eaa186623.tar.gz KVIrc-1ac6797cf7eeb2be675260f3fd60190eaa186623.tar.bz2 KVIrc-1ac6797cf7eeb2be675260f3fd60190eaa186623.zip | |
ported new mdi system to trunk
needs testing
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2813 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/about')
| -rw-r--r-- | src/modules/about/ENTRIES | 14 | ||||
| -rw-r--r-- | src/modules/about/abouttext.inc | 38 |
2 files changed, 26 insertions, 26 deletions
diff --git a/src/modules/about/ENTRIES b/src/modules/about/ENTRIES index 9672001f0..593a907cc 100644 --- a/src/modules/about/ENTRIES +++ b/src/modules/about/ENTRIES @@ -48,6 +48,12 @@ 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 +NAME: TheXception +NICK: TheXception +MAIL: kvirc@thexception.net +ROLE: Bugfixing, german tutorials +TEXT: everything is possible, it only needs its time. + SECTION: Translators NAME: Ahinu @@ -301,14 +307,8 @@ TEXT: <Grifisx> The difference between me and you is just that TEXT: <Grifisx> You see things and you say "Why?" But I dream things TEXT: <Grifisx> that never were and I say..."Why not?" -NAME: TheXception -NICK: TheXception -MAIL: kvirc@thexception.net -ROLE: bugfixes, german tutorials -TEXT: everything is possible, it only needs its time. - 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.
\ No newline at end of file +TEXT: I don't know what I want, but I know how to get it. diff --git a/src/modules/about/abouttext.inc b/src/modules/about/abouttext.inc index e3b58bf40..f42f7262e 100644 --- a/src/modules/about/abouttext.inc +++ b/src/modules/about/abouttext.inc @@ -154,6 +154,25 @@ static const char * g_szAboutText = "" \ "\"I'm not sure how i did it, but it works\"" \ "</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>TheXception</b></font>" \ +"</td></tr>" \ +"<tr><td align=\"center\"><font color=\"#800020\" size=\"+2\"> (" \ +"TheXception" \ +")</font></td></tr>" \ +"<tr><td align=\"center\"><font color=\"#0000FF\" size=\"+1\">" \ +"[" \ +"kvirc@thexception.net" \ +"]" \ +"</font></td></tr>" \ +"<tr><td align=\"center\"><font color=\"#303030\">" \ +"Bugfixing, german tutorials" \ +"</font></td></tr>" \ +"<tr><td align=\"center\"><font color=\"#606060\"><i>" \ +"\"everything is possible, it only needs its time.\"" \ +"</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>" \ @@ -877,25 +896,6 @@ static const char * g_szAboutText = "" \ "</table><br><br>" \ "<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">" \ "<tr><td align=\"center\">" \ -"<font color=\"#000000\" size=\"+2\"><b>TheXception</b></font>" \ -"</td></tr>" \ -"<tr><td align=\"center\"><font color=\"#800020\" size=\"+2\"> (" \ -"TheXception" \ -")</font></td></tr>" \ -"<tr><td align=\"center\"><font color=\"#0000FF\" size=\"+1\">" \ -"[" \ -"kvirc@thexception.net" \ -"]" \ -"</font></td></tr>" \ -"<tr><td align=\"center\"><font color=\"#303030\">" \ -"bugfixes, german tutorials" \ -"</font></td></tr>" \ -"<tr><td align=\"center\"><font color=\"#606060\"><i>" \ -"\"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>Lorenzo Marcon</b></font>" \ "</td></tr>" \ "<tr><td align=\"center\"><font color=\"#800020\" size=\"+2\"> (" \ |
