projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix so the value given to wxTextEntryDialog::SetValue will actually be
[wxWidgets.git]
/
include
/
wx
/
msw
/
menuitem.h
diff --git
a/include/wx/msw/menuitem.h
b/include/wx/msw/menuitem.h
index e07225ee6ac2d5999f418601df840c131c6d45e7..c848d5840a58f9b4b2021bf603f40bf3a8f53ad9 100644
(file)
--- a/
include/wx/msw/menuitem.h
+++ b/
include/wx/msw/menuitem.h
@@
-60,9
+60,6
@@
public:
// menu handle depending on what we're
int GetRealId() const;
- // delete the submenu
- void DeleteSubMenu();
-
private:
DECLARE_DYNAMIC_CLASS(wxMenuItem)
};