No-op; rename a whole load of wx constants to their shorter equivalents.
[dcpomatic.git] / src / wx / name_format_editor.cc
index 309e04c6044c93452db7c99af6f96ae40d512d27..4a93edb1841c3b690653efc21940b6ec41d82757 100644 (file)
@@ -47,7 +47,7 @@ NameFormatEditor::NameFormatEditor (wxWindow* parent, dcp::NameFormat name, dcp:
        }
 
        _specification->SetValue (std_to_wx (_name.specification ()));
-       _specification->Bind (wxEVT_COMMAND_TEXT_UPDATED, boost::bind (&NameFormatEditor::changed, this));
+       _specification->Bind (wxEVT_TEXT, boost::bind (&NameFormatEditor::changed, this));
 
        update_example ();
 }