summaryrefslogtreecommitdiff
path: root/src/modules/clist/genmenu.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-06-16 12:19:24 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-06-16 12:19:24 +0000
commitac7bf920f219a7aed7eb163c8b3195e66c12e4da (patch)
treee0ac11ce212c61ac5ebe0e90f32853f71ac44f96 /src/modules/clist/genmenu.h
parentaafecc66f4056279e5ddccf7804b147b54167612 (diff)
fix for menu items' translation in the editor
git-svn-id: http://svn.miranda-ng.org/main/trunk@445 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/clist/genmenu.h')
-rw-r--r--src/modules/clist/genmenu.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/modules/clist/genmenu.h b/src/modules/clist/genmenu.h
index 1ae6c00b52..b67ca92e39 100644
--- a/src/modules/clist/genmenu.h
+++ b/src/modules/clist/genmenu.h
@@ -137,11 +137,12 @@ int FindRoot( PMO_IntMenuItem pimi, void* param );
TMO_IntMenuItem * GetMenuItemByGlobalID(int globalMenuID);
BOOL FindMenuHanleByGlobalID(HMENU hMenu, int globalID, struct _MenuItemHandles * dat); //GenMenu.c
+LPTSTR GetMenuItemText(PMO_IntMenuItem);
+
int GenMenuOptInit(WPARAM wParam, LPARAM lParam);
int GetMenuObjbyId(const int id);
int GetMenuItembyId(const int objpos, const int id);
+
INT_PTR MO_GetMenuItem(WPARAM wParam, LPARAM lParam);
void FreeAndNil(void **p);
-static int RemoveFromList(int pos, void **lpList, int *ListElemCount, int ElemSize);
-static int RemoveFromList(int pos, void **lpList, int *ListElemCount, int ElemSize);
#endif