summaryrefslogtreecommitdiff
path: root/src/wx/dkdm_dialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/dkdm_dialog.cc')
-rw-r--r--src/wx/dkdm_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/dkdm_dialog.cc b/src/wx/dkdm_dialog.cc
index 8da3090c5..82c2e3598 100644
--- a/src/wx/dkdm_dialog.cc
+++ b/src/wx/dkdm_dialog.cc
@@ -178,7 +178,7 @@ DKDMDialog::make_clicked ()
return;
}
- auto result = _output->make (kdms, film->name(), bind(&DKDMDialog::confirm_overwrite, this, _1));
+ auto result = _output->make(kdms, film->dcp_name(), bind(&DKDMDialog::confirm_overwrite, this, _1));
if (result.first) {
JobManager::instance()->add (result.first);
}