Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / wx / new_film_dialog.h
index 5ec5863c67340901357e4d7fca2db4dd0451e961..01064f2a6e2c1ad433c9dafce0b6342ed791ea8c 100644 (file)
@@ -34,10 +34,10 @@ public:
 
 private:
        wxTextCtrl* _name;
-#ifdef DCPOMATIC_USE_OWN_DIR_PICKER
+#ifdef DCPOMATIC_USE_OWN_PICKER
        DirPickerCtrl* _folder;
-#else  
+#else
        wxDirPickerCtrl* _folder;
-#endif 
+#endif
        static boost::optional<boost::filesystem::path> _directory;
 };