diff options
| author | 2015-09-15 14:33:43 +0100 | |
|---|---|---|
| committer | 2015-09-15 15:54:43 +0100 | |
| commit | 25ca615d1079a46ed044fcdaae2994268f14665c (patch) | |
| tree | d4f65d39389eceab2bd03cc6556307a2e4644267 /src/modules/about | |
| parent | Merge pull request #1593 from uNiversaI/Mary-Poppins (diff) | |
| download | KVIrc-25ca615d1079a46ed044fcdaae2994268f14665c.tar.gz KVIrc-25ca615d1079a46ed044fcdaae2994268f14665c.tar.bz2 KVIrc-25ca615d1079a46ed044fcdaae2994268f14665c.zip | |
update hall of flame
Diffstat (limited to 'src/modules/about')
| -rw-r--r-- | src/modules/about/ENTRIES | 5 | ||||
| -rw-r--r-- | src/modules/about/abouttext.inc | 20 |
2 files changed, 23 insertions, 2 deletions
diff --git a/src/modules/about/ENTRIES b/src/modules/about/ENTRIES index 2d906130d..2518a3622 100644 --- a/src/modules/about/ENTRIES +++ b/src/modules/about/ENTRIES @@ -118,6 +118,11 @@ NICK: Andidas ROLE: Splash screen Artist :) MAIL: http://www.andidas.com +NAME: universal +MAIL: universal at dot dot dot +ROLE: Designer +TEXT: Icon set, themes and graphics for KVIrc v4.3.x + SECTION: Packagers diff --git a/src/modules/about/abouttext.inc b/src/modules/about/abouttext.inc index b89691a32..2f5ab7564 100644 --- a/src/modules/about/abouttext.inc +++ b/src/modules/about/abouttext.inc @@ -8,8 +8,8 @@ static const char * g_szAboutText = "" \ "This is a partial list of the people that have " \ "contributed in some way to the KVIrc project.<br><br>" \ "Honor and glory to:<br>" \ -"</h4><br><br>" \ -"<br><table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">" \ +"</h4>" \ +"<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">" \ "<tr><td align=\"center\">" \ "<font color=\"#000000\" size=\"+3\"><b>Core developers</b></font>" \ "</td></tr>" \ @@ -371,6 +371,22 @@ static const char * g_szAboutText = "" \ "Splash screen Artist :)" \ "</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>universal</b></font>" \ +"</td></tr>" \ +"<tr><td align=\"center\"><font color=\"#0000FF\" size=\"+1\">" \ +"[" \ +"universal at dot dot dot" \ +"]" \ +"</font></td></tr>" \ +"<tr><td align=\"center\"><font color=\"#303030\">" \ +"Designer" \ +"</font></td></tr>" \ +"<tr><td align=\"center\"><font color=\"#606060\"><i>" \ +"Icon set, themes and graphics for KVIrc v4.3.x" \ +"</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>Packagers</b></font>" \ |
