X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fname_format_editor.cc;h=4a93edb1841c3b690653efc21940b6ec41d82757;hb=c8be0644833dce6ff39202430bba0ab358f3e096;hp=309e04c6044c93452db7c99af6f96ae40d512d27;hpb=3721e30a5eece6a84276ee02540331393bcbfcfd;p=dcpomatic.git diff --git a/src/wx/name_format_editor.cc b/src/wx/name_format_editor.cc index 309e04c60..4a93edb18 100644 --- a/src/wx/name_format_editor.cc +++ b/src/wx/name_format_editor.cc @@ -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 (); }