compilation fixes for wxUSE_MSGDLG==0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2348,9 +2348,9 @@ void wxWindowBase::OnMiddleClick( wxMouseEvent& event )
|
||||
wxMessageBox(msg, _T("wxWidgets information"),
|
||||
wxICON_INFORMATION | wxOK,
|
||||
(wxWindow *)this);
|
||||
#endif // wxUSE_MSGDLG
|
||||
}
|
||||
else
|
||||
#endif // wxUSE_MSGDLG
|
||||
{
|
||||
event.Skip();
|
||||
}
|
||||
|
Reference in New Issue
Block a user