Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lintest/myrulib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sources/MyRuLib/controls/FbSearchCtrl.cpp')
-rw-r--r--sources/MyRuLib/controls/FbSearchCtrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/MyRuLib/controls/FbSearchCtrl.cpp b/sources/MyRuLib/controls/FbSearchCtrl.cpp
index 91259a2f..fb3e2342 100644
--- a/sources/MyRuLib/controls/FbSearchCtrl.cpp
+++ b/sources/MyRuLib/controls/FbSearchCtrl.cpp
@@ -106,7 +106,7 @@ static int GetMultiplier()
IMPLEMENT_CLASS(FbSearchCtrl, wxOwnerDrawnComboBox)
BEGIN_EVENT_TABLE(FbSearchCtrl, wxOwnerDrawnComboBox)
- EVT_MENU(wxID_SELECTALL, FbSearchTextCtrl::OnSelectAll)
+ EVT_MENU(wxID_SELECTALL, FbSearchCtrl::OnSelectAll)
END_EVENT_TABLE()
FbSearchCtrl::FbSearchCtrl()