From f0bfce433750d731866226e1db73044224dd1218 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Fri, 31 May 2019 01:01:10 +0200 Subject: [PATCH] update palette dialog help about key shortcuts http://pulkomandy.tk/projects/GrafX2/ticket/126 --- src/helpfile.h | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/helpfile.h b/src/helpfile.h index cde895ae..eed7c8a5 100644 --- a/src/helpfile.h +++ b/src/helpfile.h @@ -2906,6 +2906,7 @@ static const T_Help_table helptable_palette[] = HELP_TEXT ("them.") HELP_TEXT ("") HELP_TEXT ("") +//HELP_TEXT ("0----5----0----5----0----5----0----5----0--X") HELP_TEXT ("If you press , the program will") HELP_TEXT ("replace, as well as possible, some unused") HELP_TEXT ("colors by the four default colors of the") @@ -2920,15 +2921,17 @@ static const T_Help_table helptable_palette[] = HELP_TEXT ("the picture; or \"Reduce\" with a very small") HELP_TEXT ("number of colors).") HELP_TEXT ("") - HELP_TEXT ("If you press the key below or <,>") - HELP_TEXT ("(QWERTY), the menu will disappear and you") - HELP_TEXT ("will be able to pick up a color from the") - HELP_TEXT ("picture easily. Press to cancel.") + HELP_LINK ("If you press %s,", 0x100+BUTTON_COLORPICKER) + HELP_TEXT ("the menu will disappear and you will be able") + HELP_TEXT ("to pick up a color from the picture easily.") + HELP_TEXT ("Press to cancel.") HELP_TEXT ("") HELP_TEXT ("If only one color is selected (not a block),") - HELP_TEXT ("the <[> and <]> keys can be used to select") - HELP_TEXT ("the previous or next Forecolor (Backcolor if") - HELP_TEXT ("you press at the same time).") + HELP_LINK ("%s can be used to select", SPECIAL_PREVIOUS_FORECOLOR) + HELP_TEXT ("the previous Forecolor,") + HELP_LINK ("%s the next Forecolor,", SPECIAL_NEXT_FORECOLOR) + HELP_LINK ("%s the previous Backcolor and", SPECIAL_PREVIOUS_BACKCOLOR) + HELP_LINK ("%s the next Backcolor.", SPECIAL_NEXT_BACKCOLOR) HELP_TEXT ("") HELP_TEXT ("") HELP_TITLE("PALETTE OPTIONS")