From 985e348fe4f7a1e2d1b916dbe55013e5f53a10bb Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Wed, 28 Apr 2010 18:04:45 +0000 Subject: [PATCH] Added missing doc about scrolling layers with "adjust" tool. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1468 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- src/helpfile.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/helpfile.h b/src/helpfile.h index 3c68e67e..121938b5 100644 --- a/src/helpfile.h +++ b/src/helpfile.h @@ -670,6 +670,10 @@ static const T_Help_table helptable_adjust[] = HELP_TEXT ("the image by a side comes back by the") HELP_TEXT ("opposite one.") HELP_TEXT ("") + HELP_TEXT ("Left clicking the picture will scroll only") + HELP_TEXT ("the active layer. Right-clicking will scroll") + HELP_TEXT ("all of them.") + HELP_TEXT ("") HELP_TEXT ("It is assimilated to the drawing tools") HELP_TEXT ("family.") HELP_TEXT ("")