Fixes for gcc 2.95 and AIX.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -142,7 +142,7 @@ MyFrame::MyFrame()
|
||||
: wxFrame((wxFrame *) NULL, -1, "wxConfig Demo")
|
||||
{
|
||||
// submenu
|
||||
wxMenu *sub_menu = new wxMenu( wxMENU_TEAROFF );
|
||||
wxMenu *sub_menu = new wxMenu( wxEmptyString, wxMENU_TEAROFF );
|
||||
sub_menu->Append(Minimal_About, "&About", "About this sample");
|
||||
sub_menu->Append(Minimal_About, "&About", "About this sample");
|
||||
sub_menu->Append(Minimal_About, "&About", "About this sample");
|
||||
|
Reference in New Issue
Block a user