update palette dialog help about key shortcuts

http://pulkomandy.tk/projects/GrafX2/ticket/126
This commit is contained in:
Thomas Bernard 2019-05-31 01:01:10 +02:00
parent eae1ce9856
commit f0bfce4337
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C

View File

@ -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 <Backspace>, 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 <Escape> 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 <Escape> 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 <Escape> 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 <Shift> 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")