diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-17 19:30:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-17 19:30:31 +0100 |
| commit | e4fc4dcbd68e80dacfda96d95897c33489a89849 (patch) | |
| tree | ea548340ede8f3995c12ced189db02966e8a00b2 | |
| parent | bdf241f15f4b1bfb592ce7f5d594f7c89d4e30e1 (diff) | |
37423292ff0ff0210a2eeb4b2eea6740dcfa0a64 from master; fix DCP name update on changing DCP standard.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | TO_PORT | 1 | ||||
| -rw-r--r-- | src/wx/dcp_panel.cc | 1 |
3 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2015-05-17 Carl Hetherington <cth@carlh.net> + + * Fix Update DCP name on changing DCP standard (#570). + 2015-05-14 Carl Hetherington <cth@carlh.net> * Version 2.0.47 released. @@ -1 +0,0 @@ -2bbe8112dd12f770844ce367751faf348d5414b0 diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc index 88ecf88bd..ccfe5711c 100644 --- a/src/wx/dcp_panel.cc +++ b/src/wx/dcp_panel.cc @@ -344,6 +344,7 @@ DCPPanel::film_changed (int p) break; case Film::INTEROP: checked_set (_standard, _film->interop() ? 1 : 0); + setup_dcp_name (); break; default: break; |
