summaryrefslogtreecommitdiff
path: root/src/wx/kdm_output_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-06 12:38:09 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-09 13:44:52 +0100
commit47ba29c99df5afa93ce70ad2240c5d1b69dd1094 (patch)
tree52c675acf03b9b9cac14e4aa8530bc139b0e7624 /src/wx/kdm_output_panel.h
parent0057e5e0e8014627a72da53bcb004e5df5b71f17 (diff)
Rename DCPOMATIC_USE_OWN_DIR_PICKER -> DCPOMATIC_USE_OWN_PICKER.
Diffstat (limited to 'src/wx/kdm_output_panel.h')
-rw-r--r--src/wx/kdm_output_panel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/kdm_output_panel.h b/src/wx/kdm_output_panel.h
index d2423b63e..a9841b3a5 100644
--- a/src/wx/kdm_output_panel.h
+++ b/src/wx/kdm_output_panel.h
@@ -38,7 +38,7 @@ public:
private:
wxChoice* _type;
wxRadioButton* _write_to;
-#ifdef DCPOMATIC_USE_OWN_DIR_PICKER
+#ifdef DCPOMATIC_USE_OWN_PICKER
DirPickerCtrl* _folder;
#else
wxDirPickerCtrl* _folder;