From ad5c8849fc3ef5aad88201f28db5474a60db4436 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 19 Nov 2016 21:30:00 +0000 Subject: No-op; rename a whole load of wx constants to their shorter equivalents. --- hacks/data_view_model.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hacks/data_view_model.cc') diff --git a/hacks/data_view_model.cc b/hacks/data_view_model.cc index 9dd243691..159f8345c 100644 --- a/hacks/data_view_model.cc +++ b/hacks/data_view_model.cc @@ -97,7 +97,7 @@ public: ctrl->SetExpanderColumn (column); wxTextCtrl* search = new wxTextCtrl (frame, wxID_ANY); - search->Bind (wxEVT_COMMAND_TEXT_UPDATED, boost::bind (&Model::set_search, model, search)); + search->Bind (wxEVT_TEXT, boost::bind (&Model::set_search, model, search)); wxSizer* sizer = new wxBoxSizer (wxVERTICAL); sizer->Add (search); -- cgit v1.2.3