Help for the quick translucency shortcuts. Fix a bug in Help where a hotkey highlight was on wrong position if an escaped character preceded it (The case never occured in 2.0)
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@866 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
18
helpfile.h
18
helpfile.h
@@ -1535,6 +1535,24 @@ static const T_Help_table helptable_effects[] =
|
||||
HELP_TEXT ("paintbrush with the colors of the picture.")
|
||||
HELP_TEXT ("It's used to make transparency effects like")
|
||||
HELP_TEXT ("with watercolors.")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT ("You can also use the following shortcuts to")
|
||||
HELP_TEXT ("activate transparency mode and assign an")
|
||||
HELP_TEXT ("amount of opacity:")
|
||||
HELP_LINK (" 10%% : %s", SPECIAL_TRANSPARENCY_1)
|
||||
HELP_LINK (" 20%% : %s", SPECIAL_TRANSPARENCY_2)
|
||||
HELP_LINK (" 30%% : %s", SPECIAL_TRANSPARENCY_3)
|
||||
HELP_LINK (" 40%% : %s", SPECIAL_TRANSPARENCY_4)
|
||||
HELP_LINK (" 50%% : %s", SPECIAL_TRANSPARENCY_5)
|
||||
HELP_LINK (" 60%% : %s", SPECIAL_TRANSPARENCY_6)
|
||||
HELP_LINK (" 70%% : %s", SPECIAL_TRANSPARENCY_7)
|
||||
HELP_LINK (" 80%% : %s", SPECIAL_TRANSPARENCY_8)
|
||||
HELP_LINK (" 90%% : %s", SPECIAL_TRANSPARENCY_9)
|
||||
HELP_LINK (" 100%% : %s", SPECIAL_TRANSPARENCY_0)
|
||||
HELP_TEXT ("If you use two of these shortcuts quickly,")
|
||||
HELP_TEXT ("the second will set the units for finer")
|
||||
HELP_TEXT ("control. Ie: 4 6 makes 45%, 0 9 makes 9%.")
|
||||
HELP_TEXT ("")
|
||||
HELP_BOLD ("LEFT CLICK")
|
||||
HELP_LINK ("(Key: %s)", SPECIAL_COLORIZE_MODE)
|
||||
HELP_TEXT ("")
|
||||
|
||||
Reference in New Issue
Block a user