Add option to specify default film directory.
[dcpomatic.git] / src / wx / dir_picker_ctrl.cc
index 05b680288c248baaf0605f88d67eac45e71556d5..cb811fc1087a26839832a5b73f1bdb735d1d0ba3 100644 (file)
@@ -40,9 +40,6 @@ DirPickerCtrl::DirPickerCtrl (wxWindow* parent)
        SetSizerAndFit (_sizer);
 
        _browse->Connect (wxID_ANY, wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler (DirPickerCtrl::browse_clicked), 0, this);
-
-       /* Do this after the fit so that our folder label stays long */
-       SetPath (wxStandardPaths::Get().GetDocumentsDir());
 }
 
 void