diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-26 13:05:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-26 13:05:21 +0100 |
| commit | f40583c385c17dfc6ed13eff3ded5637cbf57089 (patch) | |
| tree | 60d1afa88ff44a30101ca8c2c0d3716914ce7806 /src/wx | |
| parent | 8a28f2a3ddf8cdc4e7e27b875cd7f5178b9dc555 (diff) | |
Try to fix name problems if an encode crosses midnight.
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 ())); } |
