]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/richmsgdlg.h
Implement setFont on the iOS port of wxStaticText.
[wxWidgets.git] / interface / wx / richmsgdlg.h
index 3ebedc6c6c2d76ad411f339ad94a64061b977886..c80462f3e682c964275baaa251f8611a4ffdc516 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        wx/richmsgdlg.h
 // Purpose:     interface of wxRichMessageDialog
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -67,8 +66,7 @@ public:
     wxRichMessageDialog(wxWindow* parent,
                         const wxString& message,
                         const wxString& caption = wxMessageBoxCaptionStr,
-                        long style = wxOK | wxCENTRE,
-                        const wxPoint& pos = wxDefaultPosition);
+                        long style = wxOK | wxCENTRE);
 
     /**
         Shows a checkbox with a given label or hides it.