summaryrefslogtreecommitdiff
path: root/src/wx/wx_util.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/wx_util.h
parent0057e5e0e8014627a72da53bcb004e5df5b71f17 (diff)
Rename DCPOMATIC_USE_OWN_DIR_PICKER -> DCPOMATIC_USE_OWN_PICKER.
Diffstat (limited to 'src/wx/wx_util.h')
-rw-r--r--src/wx/wx_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h
index da544feb1..5afb978b7 100644
--- a/src/wx/wx_util.h
+++ b/src/wx/wx_util.h
@@ -90,7 +90,7 @@ extern double wx_get (wxSpinCtrlDouble* widget);
Use our own dir picker as this is the least bad option I can think of.
*/
#if defined(__WXMSW__) || (GTK_MAJOR_VERSION == 2 && GTK_MINOR_VERSION == 24 && (GTK_MICRO_VERSION == 17 || GTK_MICRO_VERSION == 20 || GTK_MICRO_VERSION == 23))
-#define DCPOMATIC_USE_OWN_DIR_PICKER
+#define DCPOMATIC_USE_OWN_PICKER
#endif
#endif