fix handling of stock menu items (creating a stock item without label left its label empty)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-04-15 23:08:19 +00:00
parent 498ace9e1f
commit 010eb424bb
2 changed files with 15 additions and 11 deletions

View File

@@ -58,7 +58,7 @@ public:
private:
// common part of all ctors
void Init(const wxString& text);
void Init();
// DoSetText() transforms the accel mnemonics in our label from MSW/wxWin
// style to GTK+ and is called from ctor and SetText()