Fix test breakage from dialog onClose() change.
This commit is contained in:
parent
e00f609bdd
commit
4319d92a12
|
@ -164,7 +164,11 @@ void DIALOG_FIND::onTextEnter( wxCommandEvent& event )
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
void DIALOG_FIND::onClose( wxCommandEvent& aEvent )
|
void DIALOG_FIND::OnCloseButtonClick( wxCommandEvent& aEvent )
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
void DIALOG_FIND::OnClose( wxCloseEvent& aEvent )
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue