diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-09 14:26:54 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-09 14:26:54 +0300 |
commit | 4afe7f23231220a20c9b54a3c14b99884bdc2e2c (patch) | |
tree | b3bea0b469099ea77a739ea1456b640a3f7a5784 /plugins/Actman/hooks/i_hconst.inc | |
parent | 9c2dd2672a5ffe34cbdaaab02be84d15dfd53876 (diff) |
fixes #3891 (Actman: кнопка "Помощь" ничего не делает)
Diffstat (limited to 'plugins/Actman/hooks/i_hconst.inc')
-rw-r--r-- | plugins/Actman/hooks/i_hconst.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Actman/hooks/i_hconst.inc b/plugins/Actman/hooks/i_hconst.inc index d011278b7e..a9a22148c9 100644 --- a/plugins/Actman/hooks/i_hconst.inc +++ b/plugins/Actman/hooks/i_hconst.inc @@ -11,7 +11,6 @@ const IDC_HOOKLIST = 1025;
IDC_ACTIONLIST = 1026;
IDC_EVENTLIST = 1027;
- IDC_EVENT_HELP = 1028;
IDC_HOOK_NEW = 1029;
IDC_HOOK_DELETE = 1030;
IDC_HOOK_APPLY = 1031;
|