wxrc: fix incorrectly generated code with --extra-cpp-code (fixes #9631)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
9b11752c4f
commit
e5fbeb79c1
1 changed files with 2 additions and 1 deletions
|
|
@ -120,9 +120,10 @@ public:
|
|||
name == _T("notebookpage") ||
|
||||
name == _T("separator") ||
|
||||
name == _T("sizeritem") ||
|
||||
name == _T("wxMenu") ||
|
||||
name == _T("wxMenuBar") ||
|
||||
name == _T("wxMenuItem") ||
|
||||
name == _T("wxStaticBoxSizer") )
|
||||
name.EndsWith(_T("Sizer")) )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue