diff options
| author | George Hazan <george.hazan@gmail.com> | 2023-12-07 14:42:57 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2023-12-07 14:42:57 +0300 |
| commit | c4a013eb138c4fe3e181751ca5a5b596e5961dd4 (patch) | |
| tree | dcd9c18e39aa8c19c049cab4aad7fdd5c21036fe /plugins/ExternalAPI | |
| parent | f45c6111f5b86d327e30b3709c92321248534398 (diff) | |
since Reply menu item does not depend on a protocol, it's moved to NewStory
Diffstat (limited to 'plugins/ExternalAPI')
| -rw-r--r-- | plugins/ExternalAPI/m_NewStory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/ExternalAPI/m_NewStory.h b/plugins/ExternalAPI/m_NewStory.h index ef2a247426..00bf7b6e44 100644 --- a/plugins/ExternalAPI/m_NewStory.h +++ b/plugins/ExternalAPI/m_NewStory.h @@ -2,6 +2,8 @@ #include <vector> +#define NS_PROTO_MENU_POS 1000001 + enum { NSM_FIRST = WM_USER + 100, |
