diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-11-04 23:57:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-11-04 23:57:29 +0100 |
| commit | b18b46f9dbc5220136342ef7dbaa33abdca0a754 (patch) | |
| tree | 74681a9cf6c2509794c7483a8761a18583aad1a8 /src/tools/dcpomatic_editor.cc | |
| parent | ef65a179e8c907029d0d9254863d4884581f3d60 (diff) | |
FIXME: Preserve CPL/PKL filenames in the editor (#3109).3109-case
Diffstat (limited to 'src/tools/dcpomatic_editor.cc')
| -rw-r--r-- | src/tools/dcpomatic_editor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_editor.cc b/src/tools/dcpomatic_editor.cc index e4439dacf..6c6892caa 100644 --- a/src/tools/dcpomatic_editor.cc +++ b/src/tools/dcpomatic_editor.cc @@ -458,7 +458,7 @@ private: void file_save () { - _dcp->write_xml(Config::instance()->signer_chain()); + _dcp->write_xml(Config::instance()->signer_chain(), dcp::Filenames::ORIGINAL); } void file_exit () |
