From c4a013eb138c4fe3e181751ca5a5b596e5961dd4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 7 Dec 2023 14:42:57 +0300 Subject: since Reply menu item does not depend on a protocol, it's moved to NewStory --- plugins/ExternalAPI/m_NewStory.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/ExternalAPI') 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 +#define NS_PROTO_MENU_POS 1000001 + enum { NSM_FIRST = WM_USER + 100, -- cgit v1.2.3