X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a1bdd4ab9bb8cdcf8a14b8a64a5f5508be48ba4c..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/richmsgdlg.h diff --git a/interface/wx/richmsgdlg.h b/interface/wx/richmsgdlg.h index a69022132a..c80462f3e6 100644 --- a/interface/wx/richmsgdlg.h +++ b/interface/wx/richmsgdlg.h @@ -2,8 +2,7 @@ // Name: wx/richmsgdlg.h // Purpose: interface of wxRichMessageDialog // Author: wxWidgets team -// RCS-ID: $Id$ -// Licence: wxWindows license +// 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.