More interface fixes for Phoenix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-11-27 01:19:31 +00:00
parent d83af3660a
commit 1c103099e3
2 changed files with 16 additions and 6 deletions

View File

@@ -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.