Hopefully fix lack of create folder button in the new film dialog (#192).
authorCarl Hetherington <cth@carlh.net>
Fri, 16 Aug 2013 12:00:46 +0000 (13:00 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 16 Aug 2013 12:00:46 +0000 (13:00 +0100)
src/wx/new_film_dialog.cc

index 4b12c1714adcfc4ecd315056f7d29f4b4b09c486..5e28489034a714fea2adbe3f8f96ea70d7f49b6d 100644 (file)
@@ -50,7 +50,7 @@ NewFilmDialog::NewFilmDialog (wxWindow* parent)
 #ifdef DCPOMATIC_USE_OWN_DIR_PICKER
        _folder = new DirPickerCtrl (this); 
 #else  
-       _folder = new wxDirPickerCtrl (this, wxDD_DIR_MUST_EXIST);
+       _folder = new wxDirPickerCtrl (this);
 #endif
 
        if (!_directory) {