]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/menu.cpp
Some doc corrections (added blank lines at end of docs); corrected Forty sample
[wxWidgets.git] / src / msw / menu.cpp
index dbf1723befbfd79336bdc0c3a16002f4b9c2acb0..77923bb06a1e5652a8f73a59dbbabac05f417530 100644 (file)
@@ -562,7 +562,16 @@ bool wxWindow::PopupMenu(wxMenu *menu, int x, int y)
 wxMenuBar::wxMenuBar()
 {
   m_eventHandler = this;
+  m_menuCount = 0;
+  m_menus = NULL;
+  m_titles = NULL;
+  m_menuBarFrame = NULL;
+  m_hMenu = 0;
+}
 
+wxMenuBar::wxMenuBar( long WXUNUSED(style) )
+{
+  m_eventHandler = this;
   m_menuCount = 0;
   m_menus = NULL;
   m_titles = NULL;