summaryrefslogtreecommitdiff
path: root/hacks/data_view_model.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-11-19 21:30:00 +0000
committerCarl Hetherington <cth@carlh.net>2016-11-19 21:30:00 +0000
commitad5c8849fc3ef5aad88201f28db5474a60db4436 (patch)
treecd94fc66f644e96de1e65b3deda3a599361f2f01 /hacks/data_view_model.cc
parentf113b2aaca7a65f7b37e12a7d9f3f99e2d834e81 (diff)
No-op; rename a whole load of wx constants to their shorter equivalents.
Diffstat (limited to 'hacks/data_view_model.cc')
-rw-r--r--hacks/data_view_model.cc2
1 files changed, 1 insertions, 1 deletions
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);