Hide button: inverted right and left clicks. Fixed credits. Lua: arguments of MatchColor and SetColor are now automatically clamped on 0 and 255 when they are too small or too big, instead of wrapping.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1321 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
16
helpfile.h
16
helpfile.h
@@ -412,7 +412,7 @@ static const T_Help_table helptable_credits[] =
|
||||
HELP_TEXT ("")
|
||||
//HELP_TEXT ("0----5----0----5----0----5----0----5----0--X")
|
||||
HELP_TEXT (" anibiqme blumunkee BDCIron ")
|
||||
HELP_TEXT (" Ced Dawnbringer El Topo ")
|
||||
HELP_TEXT (" Ced DawnBringer El Topo ")
|
||||
HELP_TEXT (" falenblood fano Frost ")
|
||||
HELP_TEXT (" Grimmy Gürkan Sengün Hatch ")
|
||||
HELP_TEXT (" HoraK-FDF iLKke Iw2evk ")
|
||||
@@ -2479,17 +2479,17 @@ static const T_Help_table helptable_hide[] =
|
||||
HELP_TITLE("HIDE MENU")
|
||||
HELP_TEXT ("")
|
||||
HELP_BOLD ("LEFT CLICK")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT ("Opens a drop-down menu where you can choose")
|
||||
HELP_TEXT ("Which toolbars are going to be visible in")
|
||||
HELP_TEXT ("the menu.")
|
||||
HELP_TEXT ("")
|
||||
HELP_BOLD ("RIGHT CLICK")
|
||||
HELP_LINK ("(Key:%s)",0x200+BUTTON_HIDE)
|
||||
HELP_LINK ("(Key:%s)",0x100+BUTTON_HIDE)
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT ("Allows you to hide all toolbars, leaving")
|
||||
HELP_TEXT ("only the status bar.")
|
||||
HELP_TEXT ("Click again to show them again.")
|
||||
HELP_TEXT ("")
|
||||
HELP_BOLD ("RIGHT CLICK")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT ("Opens a drop-down menu where you can choose")
|
||||
HELP_TEXT ("Which toolbars are going to be visible in")
|
||||
HELP_TEXT ("the menu.")
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user