projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wxUniversal fixes:
[wxWidgets.git]
/
include
/
wx
/
motif
/
menuitem.h
diff --git
a/include/wx/motif/menuitem.h
b/include/wx/motif/menuitem.h
index 8a7ff97bc59e1372c6e0fa59d13d78a29d5c1ca8..b871308031fcfdd82d25ecdae34ad47b181cc95c 100644
(file)
--- a/
include/wx/motif/menuitem.h
+++ b/
include/wx/motif/menuitem.h
@@
-32,7
+32,7
@@
public:
int id = wxID_SEPARATOR,
const wxString& text = wxEmptyString,
const wxString& help = wxEmptyString,
- wxItemKind kind = wxI
tem_Normal
,
+ wxItemKind kind = wxI
TEM_NORMAL
,
wxMenu *subMenu = (wxMenu *)NULL);
~wxMenuItem();