Basics of job view when sending KDM emails from dcpomatic_kdm.
[dcpomatic.git] / src / wx / kdm_output_panel.cc
index fd97d1c3b0ba9edab799191e34a0ecd94262cb57..db4ad8647bdd83d07a5d64e31434f6cdcefd4a85 100644 (file)
@@ -20,7 +20,7 @@
 #include "kdm_output_panel.h"
 #include "wx_util.h"
 #include <dcp/types.h>
-#ifdef DCPOMATIC_USE_OWN_DIR_PICKER
+#ifdef DCPOMATIC_USE_OWN_PICKER
 #include "dir_picker_ctrl.h"
 #else
 #include <wx/filepicker.h>
@@ -45,7 +45,7 @@ KDMOutputPanel::KDMOutputPanel (wxWindow* parent, bool interop)
        _write_to = new wxRadioButton (this, wxID_ANY, _("Write to"));
        table->Add (_write_to, 1, wxEXPAND);
 
-#ifdef DCPOMATIC_USE_OWN_DIR_PICKER
+#ifdef DCPOMATIC_USE_OWN_PICKER
        _folder = new DirPickerCtrl (this);
 #else
        _folder = new wxDirPickerCtrl (this, wxID_ANY, wxEmptyString, wxDirSelectorPromptStr, wxDefaultPosition, wxSize (300, -1));