]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/menu.cpp
minor additions to wxCmdLineParser tests
[wxWidgets.git] / src / msw / menu.cpp
index 4721abb4311543363bcc483ed07c8e0ff4711d1c..4b44e01de2cbff97c89027e58db1694d865b676a 100644 (file)
@@ -649,8 +649,6 @@ bool wxMenuBar::Insert(size_t pos, wxMenu *menu, const wxString& title)
 
     m_titles.Insert(title, pos);
 
-    menu->Attach(this);
-
     if ( IsAttached() )
     {
         if ( !::InsertMenu(GetHmenu(), pos,