]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/richmsgdlg.h
Applied patch #15286: documentation and col/rowspan demo by dghart
[wxWidgets.git] / interface / wx / richmsgdlg.h
index a69022132a4200e564d5207dd5047f5ad57c2d53..1fb0411d5c24731286890c11a0ac9c9b84eca88b 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxRichMessageDialog
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -67,8 +67,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.