From 40201c862d3f3b922e61309ea66ca72c942f001d Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sat, 15 Oct 2016 19:10:01 +0000 Subject: [PATCH] Add credit for the new 3x4 mode and some fileformats. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2167 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- src/helpfile.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/helpfile.h b/src/helpfile.h index 1ebb80f2..73e64631 100644 --- a/src/helpfile.h +++ b/src/helpfile.h @@ -67,7 +67,7 @@ static const T_Help_table helptable_about[] = #else HELP_TEXT ("") #endif - HELP_TEXT ("Copyright 2007-2012, the Grafx2 project team") + HELP_TEXT ("Copyright 2007-2016, the Grafx2 project team") HELP_TEXT (" Copyright 1996-2001, SUNSET DESIGN") }; static const T_Help_table helptable_licence[] = @@ -382,6 +382,9 @@ static const T_Help_table helptable_credits[] = HELP_TEXT (" Pasi Kallinen") HELP_TEXT (" Better command-line handling") HELP_TEXT ("") + HELP_TEXT (" Nic Soudee (zoner / xylem)") + HELP_TEXT (" 3:4 pixel mode") + HELP_TEXT ("") HELP_TEXT (" DawnBringer") HELP_TEXT (" Lua scripts, image effects") HELP_TEXT ("") @@ -512,14 +515,19 @@ static const T_Help_table helptable_credits[] = HELP_TEXT ("") HELP_TEXT (" BMP : Microsoft") HELP_TEXT (" CEL,KCF : K.O.S. (KISekae Set system)") + HELP_TEXT (" CM5 : SyX") HELP_TEXT (" GIF : Compuserve") + HELP_TEXT (" GPL : The GIMP") HELP_TEXT (" IMG : Bivas (W. Wiedmann?)") HELP_TEXT (" IFF : Electronic Arts") + HELP_TEXT (" KOA : Koala Technologies") + HELP_TEXT (" NEO : Atari Corporation") HELP_TEXT (" PAL : ermmh... nobody (?)") HELP_TEXT (" PCX : Z-Soft") HELP_TEXT (" PI1,PC1 : Degas Elite") HELP_TEXT (" PKM : Sunset Design") HELP_TEXT (" PNG : W3C") + HELP_TEXT (" PPH : Rhino / Batman Group") HELP_TEXT (" SCx : Colorix (?)") HELP_TEXT ("") HELP_TEXT ("")