From 342008b552f16892b5abfe86eadce9feee4d0da0 Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 8 Mar 2005 20:12:51 +0000 Subject: Allowed more commands to have their shortcuts changed, Fixed a memory leak in the BMP Menu class. git-svn-id: http://svn.leocad.org/trunk@387 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- win/Bmpmenu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'win/Bmpmenu.h') diff --git a/win/Bmpmenu.h b/win/Bmpmenu.h index 8866ea7..bc17aa1 100644 --- a/win/Bmpmenu.h +++ b/win/Bmpmenu.h @@ -116,6 +116,7 @@ public: BOOL AppendODMenuW(wchar_t *lpstrText, UINT nFlags = MF_OWNERDRAW, UINT nID = 0, int nIconNormal = -1); // Owner-Drawn Append BOOL ChangeMenuItemShortcut(const char *Shortcut, UINT nID); + BOOL DeleteMenu(UINT nPosition, UINT nFlags); BOOL ModifyODMenuA(const char *lpstrText,UINT nID=0,int nIconNormal=-1); BOOL ModifyODMenuA(const char *lpstrText,const char *OptionText,int nIconNormal); BOOL ModifyODMenuW(wchar_t *lpstrText,UINT nID=0,int nIconNormal=-1); -- cgit v1.2.3