diff options
| author | 2008-07-08 21:13:14 +0000 | |
|---|---|---|
| committer | 2008-07-08 21:13:14 +0000 | |
| commit | 8c048eecb59a32874bb4f6878fa69cf117a79eb7 (patch) | |
| tree | e1324870d163da57006933507337f0cbfef70983 /src/modules/about | |
| parent | removed unused dirs (diff) | |
| download | KVIrc-8c048eecb59a32874bb4f6878fa69cf117a79eb7.tar.gz KVIrc-8c048eecb59a32874bb4f6878fa69cf117a79eb7.tar.bz2 KVIrc-8c048eecb59a32874bb4f6878fa69cf117a79eb7.zip | |
fixed bug #178: removed the old "guessing resource directory" routine and added a pointer to the directory where cmake installs kvirc to.
plus: some self-celebrating update
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2043 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/about')
| -rw-r--r-- | src/modules/about/ENTRIES | 2 | ||||
| -rw-r--r-- | src/modules/about/abouttext.inc | 40 |
2 files changed, 21 insertions, 21 deletions
diff --git a/src/modules/about/ENTRIES b/src/modules/about/ENTRIES index b5fefbfa3..cff627f19 100644 --- a/src/modules/about/ENTRIES +++ b/src/modules/about/ENTRIES @@ -35,7 +35,7 @@ ROLE: To be continued :-) NAME: Fabio Bas NICK: CtrlAltCa MAIL: ctrlaltca at gmail dot com -ROLE: Bugfixing, coding, user support +ROLE: Bugfixing, coding, mingw32 port, user support TEXT: Can i haz KVIrc? NAME: Thomas Kalla diff --git a/src/modules/about/abouttext.inc b/src/modules/about/abouttext.inc index 9e94c8c64..09d8ceee7 100644 --- a/src/modules/about/abouttext.inc +++ b/src/modules/about/abouttext.inc @@ -118,7 +118,7 @@ static const char * g_szAboutText = "" \ "]" \ "</font></td></tr>" \ "<tr><td align=\"center\"><font color=\"#303030\">" \ -"Bugfixing, coding, user support" \ +"Bugfixing, coding, mingw32 port, user support" \ "</font></td></tr>" \ "<tr><td align=\"center\"><font color=\"#606060\"><i>" \ "\"Can i haz KVIrc?\"" \ @@ -135,25 +135,6 @@ 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>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, core development" \ -"</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,6 +858,25 @@ 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\"> (" \ |
