projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added context-sensitive help docs
[wxWidgets.git]
/
include
/
wx
/
motif
/
menu.h
diff --git
a/include/wx/motif/menu.h
b/include/wx/motif/menu.h
index 8360a909cd89180f395fdab389e1af9acd25c1ef..c50ae7865331f4d1c0616259574b2bcdb2ae9437 100644
(file)
--- a/
include/wx/motif/menu.h
+++ b/
include/wx/motif/menu.h
@@
-50,6
+50,8
@@
public:
wxMenu(const wxString& title, const wxFunction func)
: wxMenuBase(title)
{
+ Init();
+
Callback(func);
}