projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed typo in wxString::swap() which was completely broken
[wxWidgets.git]
/
include
/
wx
/
gtk
/
menuitem.h
diff --git
a/include/wx/gtk/menuitem.h
b/include/wx/gtk/menuitem.h
index ce936fa4ac3f7fac2550f7519d5c97592ad8b630..0fb1eed49dc453e4a7fd74b422d9d3a6fab04b05 100644
(file)
--- a/
include/wx/gtk/menuitem.h
+++ b/
include/wx/gtk/menuitem.h
@@
-62,7
+62,7
@@
public:
private:
// common part of all ctors
- void Init();
+ void Init(
const wxString& text
);
// DoSetText() transforms the accel mnemonics in our label from MSW/wxWin
// style to GTK+ and is called from ctor and SetText()