[PATCH 2/8] [WinHlp32]: NoShow macro has NS as shortcut

Eric Pouech eric.pouech at orange.fr
Sat May 30 07:26:27 CDT 2009




A+
---

 programs/winhlp32/macro.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/programs/winhlp32/macro.c b/programs/winhlp32/macro.c
index 9e6e5f8..276d89c 100644
--- a/programs/winhlp32/macro.c
+++ b/programs/winhlp32/macro.c
@@ -911,7 +911,7 @@ static struct MacroDesc MACRO_Builtins[] = {
     {"MPrintHash",          NULL, 0, "U",      (FARPROC)MACRO_MPrintHash},
     {"MPrintID",            NULL, 0, "S",      (FARPROC)MACRO_MPrintID},
     {"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},
     {"PopupHash",           NULL, 0, "SU",     (FARPROC)MACRO_PopupHash},
     {"PopupId",             "PI", 0, "SS",     (FARPROC)MACRO_PopupId},





More information about the wine-patches mailing list