Ubuntu 13.10 appears to have a broken GtkFileChooserButton in its GTK as well as...
[dcpomatic.git] / src / wx / new_film_dialog.h
index 220bba732ef1858c499583e944979cac4619f92c..4176b060df1dc9081c4afa80c39f11bbff35da35 100644 (file)
@@ -33,10 +33,10 @@ public:
 
 private:
        wxTextCtrl* _name;
-#ifdef DVDOMATIC_USE_OWN_DIR_PICKER
+#ifdef DCPOMATIC_USE_OWN_DIR_PICKER
        DirPickerCtrl* _folder;
 #else  
        wxDirPickerCtrl* _folder;
 #endif 
-       static boost::optional<std::string> _directory;
+       static boost::optional<boost::filesystem::path> _directory;
 };