diff options
| author | 2011-02-09 21:45:45 +0000 | |
|---|---|---|
| committer | 2011-02-09 21:45:45 +0000 | |
| commit | 22a90df4821c7233cfeb9fb2e6c3c5ad874da236 (patch) | |
| tree | 23ffb4c08922f602fa0db1a8dd281f69cecbfe80 | |
| parent | fixed typo in default script (diff) | |
| download | KVIrc-22a90df4821c7233cfeb9fb2e6c3c5ad874da236.tar.gz KVIrc-22a90df4821c7233cfeb9fb2e6c3c5ad874da236.tar.bz2 KVIrc-22a90df4821c7233cfeb9fb2e6c3c5ad874da236.zip | |
Add Nakre to the about dialog
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5439 17fca916-40b9-46aa-a4ea-0a15b648b75c
| -rw-r--r-- | src/modules/about/ENTRIES | 5 | ||||
| -rw-r--r-- | src/modules/about/abouttext.inc | 16 |
2 files changed, 21 insertions, 0 deletions
diff --git a/src/modules/about/ENTRIES b/src/modules/about/ENTRIES index e83849b9e..8bd12b233 100644 --- a/src/modules/about/ENTRIES +++ b/src/modules/about/ENTRIES @@ -95,6 +95,10 @@ NICK: Ze_M MAIL: mmodem00 at netvisao dot pt ROLE: Portuguese translation, default script patches and Mandriva (MDE) packager. +NAME: Erkan Kodalak +NICK: Nakre +MAIL: bravehearterkan at hotmail dot com +ROLE: Turkish translation and bug hunting SECTION: Graphics @@ -327,3 +331,4 @@ 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 b801ae3ff..c2c780759 100644 --- a/src/modules/about/abouttext.inc +++ b/src/modules/about/abouttext.inc @@ -299,6 +299,22 @@ static const char * g_szAboutText = "" \ "Portuguese translation, default script patches and Mandriva (MDE) packager." \ "</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>Erkan Kodalak</b></font>" \ +"</td></tr>" \ +"<tr><td align=\"center\"><font color=\"#800020\" size=\"+2\"> (" \ +"Nakre" \ +")</font></td></tr>" \ +"<tr><td align=\"center\"><font color=\"#0000FF\" size=\"+1\">" \ +"[" \ +"bravehearterkan at hotmail dot com" \ +"]" \ +"</font></td></tr>" \ +"<tr><td align=\"center\"><font color=\"#303030\">" \ +"Turkish translation and bug hunting" \ +"</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>Graphics</b></font>" \ |
