diff options
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/film_editor.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index 3e5079cc5..3e5308a39 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -377,6 +377,7 @@ FilmEditor::name_changed (wxCommandEvent &) _film->set_name (string (_name->GetValue().mb_str())); _ignore_changes = Film::NONE; + _film->set_dci_date_today (); _dcp_name->SetLabel (std_to_wx (_film->dcp_name ())); } |
