]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/iphone/msgdlg.mm
Improve mouse handling code in wxAuiToolBar.
[wxWidgets.git] / src / osx / iphone / msgdlg.mm
index e7598c74a88249725580498a84c7d0ef2eef9675..e3aff16cc90342523c0feaacc8589b4d16c91435 100644 (file)
@@ -30,7 +30,7 @@ wxMessageDialog::wxMessageDialog(wxWindow *parent,
                                  const wxString& caption,
                                  long style,
                                  const wxPoint& WXUNUSED(pos))
-               : wxMessageDialogWithCustomLabels(parent, message, caption, style)
+               : wxMessageDialogBase(parent, message, caption, style)
 {
 }