]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/infobar.cpp
Convert wxFSW_EVENT_{WARNING,ERROR} to string correctly.
[wxWidgets.git] / src / generic / infobar.cpp
index 26a2368bdc273de39766bd6fbf1c64d035b0b1ee..31f0d0ed7fed2bf715fafa44ff7b5c855d8ac22b 100644 (file)
@@ -82,7 +82,7 @@ bool wxInfoBarGeneric::Create(wxWindow *parent, wxWindowID winid)
 
     m_text = new wxStaticText(this, wxID_ANY, "");
 
-    m_button = wxBitmapButton::NewCloseButton(parent, wxID_ANY);
+    m_button = wxBitmapButton::NewCloseButton(this, wxID_ANY);
     m_button->SetToolTip(_("Hide this notification message."));
 
     // center the text inside the sizer with an icon to the left of it and a