// Purpose: interface of wxRichMessageDialog
// Author: wxWidgets team
// RCS-ID: $Id$
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
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.