mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
winhlp32: NoShow macro has NS as shortcut.
This commit is contained in:
parent
b936855d07
commit
ae20d4708b
1 changed files with 1 additions and 1 deletions
|
@ -911,7 +911,7 @@ static struct MacroDesc MACRO_Builtins[] = {
|
||||||
{"MPrintHash", NULL, 0, "U", (FARPROC)MACRO_MPrintHash},
|
{"MPrintHash", NULL, 0, "U", (FARPROC)MACRO_MPrintHash},
|
||||||
{"MPrintID", NULL, 0, "S", (FARPROC)MACRO_MPrintID},
|
{"MPrintID", NULL, 0, "S", (FARPROC)MACRO_MPrintID},
|
||||||
{"Next", NULL, 0, "", (FARPROC)MACRO_Next},
|
{"Next", NULL, 0, "", (FARPROC)MACRO_Next},
|
||||||
{"NoShow", NULL, 0, "", (FARPROC)MACRO_NoShow},
|
{"NoShow", "NS", 0, "", (FARPROC)MACRO_NoShow},
|
||||||
{"PopupContext", "PC", 0, "SU", (FARPROC)MACRO_PopupContext},
|
{"PopupContext", "PC", 0, "SU", (FARPROC)MACRO_PopupContext},
|
||||||
{"PopupHash", NULL, 0, "SU", (FARPROC)MACRO_PopupHash},
|
{"PopupHash", NULL, 0, "SU", (FARPROC)MACRO_PopupHash},
|
||||||
{"PopupId", "PI", 0, "SS", (FARPROC)MACRO_PopupId},
|
{"PopupId", "PI", 0, "SS", (FARPROC)MACRO_PopupId},
|
||||||
|
|
Loading…
Reference in a new issue