New: Implemented the functions for previous and next user's colors. (Keys = and -) They use the Shade settings.
Minor display fix: In Shortcuts screen, explanation text can no longer overdraw the border. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@791 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
20
helpfile.h
20
helpfile.h
@@ -2222,12 +2222,26 @@ static const T_Help_table helptable_palette[] =
|
||||
HELP_TEXT ("- Colors for best match:")
|
||||
HELP_TEXT ("A menu in which you can select the colors")
|
||||
HELP_TEXT ("that have not to be used for smoothing, for")
|
||||
HELP_TEXT ("the transparency mode and for remapping.")
|
||||
HELP_TEXT ("the transparency mode, and for remapping.")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT ("- User's color series:")
|
||||
HELP_TEXT ("A menu in which you can define color series")
|
||||
HELP_TEXT ("for next/previous colors.")
|
||||
HELP_TEXT ("*** Not implemented yet ***")
|
||||
HELP_TEXT ("for next/previous user color shortcuts.")
|
||||
HELP_TEXT ("It's the same settings than the shade mode.")
|
||||
HELP_TEXT ("After you have some color ranges defined in")
|
||||
HELP_TEXT ("this screen, you can use those shortcuts to")
|
||||
HELP_TEXT ("move to the next or previous color according")
|
||||
HELP_TEXT ("to your ranges:")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT ("Foreground color")
|
||||
HELP_TEXT ("")
|
||||
HELP_LINK (" Next : %s", SPECIAL_NEXT_USER_FORECOLOR)
|
||||
HELP_LINK (" Previous: %s", SPECIAL_PREVIOUS_USER_FORECOLOR)
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT ("Background color")
|
||||
HELP_LINK (" Next : %s", SPECIAL_NEXT_USER_BACKCOLOR)
|
||||
HELP_LINK (" Previous: %s", SPECIAL_PREVIOUS_USER_BACKCOLOR)
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT ("- Palette layout:")
|
||||
HELP_TEXT ("Lets you customize the palette that appears")
|
||||
|
||||
Reference in New Issue
Block a user