Applied patch [ 807366 ] fixes for wxrcedit contrib util
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -37,12 +37,12 @@ BEGIN_EVENT_TABLE(PropEditCtrl, wxPanel)
|
||||
EVT_BUTTON(ID_DETAILS, PropEditCtrl::OnButtonDetails)
|
||||
END_EVENT_TABLE()
|
||||
|
||||
void PropEditCtrl::OnButtonDetails(wxCommandEvent& event)
|
||||
void PropEditCtrl::OnButtonDetails(wxCommandEvent& WXUNUSED(event))
|
||||
{
|
||||
OnDetails();
|
||||
}
|
||||
|
||||
void PropEditCtrl::OnButtonClear(wxCommandEvent& event)
|
||||
void PropEditCtrl::OnButtonClear(wxCommandEvent& WXUNUSED(event))
|
||||
{
|
||||
Clear();
|
||||
EditorFrame::Get()->NotifyChanged(CHANGED_PROPS);
|
||||
|
Reference in New Issue
Block a user