From 0ede7c43cd3c548b7879b1496405f2a9f7c9b6a7 Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Fri, 5 Nov 2010 00:09:56 +0000 Subject: [PATCH] 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 --- src/helpfile.h | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/helpfile.h b/src/helpfile.h index 12fc24eb..2dc0f85b 100644 --- a/src/helpfile.h +++ b/src/helpfile.h @@ -65,6 +65,12 @@ static const T_Help_table helptable_about[] = HELP_TEXT ("") HELP_TEXT ("Copyright 2007-2010, the Grafx2 project team") 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[] = { @@ -454,10 +460,11 @@ static const T_Help_table helptable_credits[] = HELP_TEXT (" keito kusma Lord Graga ") HELP_TEXT (" Lorenzo Gatti MagerValp maymunbeyin ") HELP_TEXT (" mind MooZ Pasi Kallinen ") - HELP_TEXT (" the Peach petter richienyhus ") - HELP_TEXT (" spratek tape.yrm TeeEmCee ") - HELP_TEXT (" tempest Timo Kurrpa titus^Rab ") - HELP_TEXT (" Tobé yakumo9275 00ai99") + HELP_TEXT (" the Peach petter PheeL ") + HELP_TEXT (" richienyhus spratek tape.yrm ") + HELP_TEXT (" TeeEmCee tempest Timo Kurrpa ") + HELP_TEXT (" titus^Rab Tobé yakumo9275 ") + HELP_TEXT (" 00ai99") HELP_TEXT ("") HELP_TEXT (" ... posted the annoying bug reports.") HELP_TEXT ("")