Fix 'About' screen not enitrely redrawn. Thanks to Pheel for report

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1643 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud 2010-11-05 00:09:56 +00:00
parent 70b558c7c5
commit 0ede7c43cd

View File

@ -65,6 +65,12 @@ static const T_Help_table helptable_about[] =
HELP_TEXT ("") HELP_TEXT ("")
HELP_TEXT ("Copyright 2007-2010, the Grafx2 project team") HELP_TEXT ("Copyright 2007-2010, the Grafx2 project team")
HELP_TEXT (" Copyright 1996-2001, SUNSET DESIGN") HELP_TEXT (" Copyright 1996-2001, SUNSET DESIGN")
HELP_TEXT ("")
HELP_TEXT ("")
HELP_TEXT ("")
HELP_TEXT ("")
// Keep enough empty lines to ensure the 16-line screen is fully redrawn.
// HELP_TITLE counts for 2.
}; };
static const T_Help_table helptable_licence[] = static const T_Help_table helptable_licence[] =
{ {
@ -454,10 +460,11 @@ static const T_Help_table helptable_credits[] =
HELP_TEXT (" keito kusma Lord Graga ") HELP_TEXT (" keito kusma Lord Graga ")
HELP_TEXT (" Lorenzo Gatti MagerValp maymunbeyin ") HELP_TEXT (" Lorenzo Gatti MagerValp maymunbeyin ")
HELP_TEXT (" mind MooZ Pasi Kallinen ") HELP_TEXT (" mind MooZ Pasi Kallinen ")
HELP_TEXT (" the Peach petter richienyhus ") HELP_TEXT (" the Peach petter PheeL ")
HELP_TEXT (" spratek tape.yrm TeeEmCee ") HELP_TEXT (" richienyhus spratek tape.yrm ")
HELP_TEXT (" tempest Timo Kurrpa titus^Rab ") HELP_TEXT (" TeeEmCee tempest Timo Kurrpa ")
HELP_TEXT (" Tobé yakumo9275 00ai99") HELP_TEXT (" titus^Rab Tobé yakumo9275 ")
HELP_TEXT (" 00ai99")
HELP_TEXT ("") HELP_TEXT ("")
HELP_TEXT (" ... posted the annoying bug reports.") HELP_TEXT (" ... posted the annoying bug reports.")
HELP_TEXT ("") HELP_TEXT ("")