From 21e3cfe959dc918f2b672d5f68bf6de851e5f7be Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Wed, 18 Nov 2009 21:28:02 +0000 Subject: [PATCH] Fix too long line in help for contour fill. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1215 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- helpfile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpfile.h b/helpfile.h index b05da5b0..9fcac1e1 100644 --- a/helpfile.h +++ b/helpfile.h @@ -751,8 +751,8 @@ static const T_Help_table helptable_draw[] = HELP_TEXT ("Contour fill: Draws pixels like continuous") HELP_TEXT ("mode, but when you release the button Grafx2") HELP_TEXT ("draws a line back to your starting position,") - HELP_TEXT ("and fills the area. This tool doesn't use the") - HELP_TEXT ("current brush, but single pixels.") + HELP_TEXT ("and fills the area. This tool doesn't use") + HELP_TEXT ("the current brush, but single pixels.") HELP_TEXT ("") HELP_BOLD (" RIGHT CLICK") HELP_LINK ("(Key:%s)",0x200+BUTTON_DRAW)