diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-13 12:00:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-13 12:00:35 +0100 |
| commit | 8bdc1edabc107c3ba0ec6c5f0b8f93ac00e4c631 (patch) | |
| tree | c87aee4edefa33e25a1bc90da56dc3266ec697b0 /src/wx/kdm_output_panel.cc | |
| parent | fe0b4d0512d289caf3bc327a3791edcdd0fa3d0c (diff) | |
Fix various small errors in emailed-KDM zip file format (#478).
Diffstat (limited to 'src/wx/kdm_output_panel.cc')
| -rw-r--r-- | src/wx/kdm_output_panel.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/kdm_output_panel.cc b/src/wx/kdm_output_panel.cc index bbfc1a01d..82c5210d2 100644 --- a/src/wx/kdm_output_panel.cc +++ b/src/wx/kdm_output_panel.cc @@ -248,6 +248,7 @@ KDMOutputPanel::make ( job.reset ( new SendKDMEmailJob ( cinema_kdms, + _container_name_format->get(), _filename_format->get(), name_values, name, |
