diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-03-10 23:00:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-16 14:25:54 +0100 |
| commit | d5d9e143a5778928c5f386a7bd9cb140d4f1191a (patch) | |
| tree | bca526b206d8b1e71f302a71ee2b81986e5d76ba /src/wx/kdm_output_panel.h | |
| parent | f90bd4d97be25b3bca6b4523864896f5ff7b7e53 (diff) | |
Make the value used for 'f' in KDM names consistent (#1657).
Before it was mostly the film name, but this is confusing when a
single film contains multiple CPLs.
Diffstat (limited to 'src/wx/kdm_output_panel.h')
| -rw-r--r-- | src/wx/kdm_output_panel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/kdm_output_panel.h b/src/wx/kdm_output_panel.h index f831fdce0..0025b0072 100644 --- a/src/wx/kdm_output_panel.h +++ b/src/wx/kdm_output_panel.h @@ -20,6 +20,7 @@ #include "lib/kdm_with_metadata.h" +#include "wx_util.h" #include <dcp/types.h> #include <wx/wx.h> #include <boost/filesystem.hpp> |
