summaryrefslogtreecommitdiff
path: root/src/modules/clist/genmenu.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-05-10 21:42:17 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-05-10 21:42:17 +0000
commitc676c07c3c6bf0867cd3e2e80a89e6b25b2edca9 (patch)
treec8b67d623e9c8cff7b58413a15c407f3753ee244 /src/modules/clist/genmenu.h
parent850793657b4cea418fbf0daa175a563b43c273b2 (diff)
- two option pages (Customize/Menus, Contact list/Accounts) -> CDialogBase;
- adaptation of Contact list/Contact names for CDlgBase::NotifyChange; git-svn-id: http://svn.miranda-ng.org/main/trunk@13519 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/clist/genmenu.h')
-rw-r--r--src/modules/clist/genmenu.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/modules/clist/genmenu.h b/src/modules/clist/genmenu.h
index 6bfa111f93..198d5417bc 100644
--- a/src/modules/clist/genmenu.h
+++ b/src/modules/clist/genmenu.h
@@ -135,10 +135,12 @@ BOOL FindMenuHanleByGlobalID(HMENU hMenu, int globalID, struct _MenuItemHandles
LPTSTR GetMenuItemText(PMO_IntMenuItem);
-int GenMenuOptInit(WPARAM wParam, LPARAM lParam);
+int GenMenuOptInit(WPARAM wParam, LPARAM);
int GetMenuObjbyId(const int id);
int GetMenuItembyId(const int objpos, const int id);
+int ProtocolOrderOptInit(WPARAM wParam, LPARAM);
+
INT_PTR MO_GetMenuItem(WPARAM wParam, LPARAM lParam);
void FreeAndNil(void **p);
#endif