diff options
Diffstat (limited to 'src/wx/kdm_dialog.cc')
| -rw-r--r-- | src/wx/kdm_dialog.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/kdm_dialog.cc b/src/wx/kdm_dialog.cc index c8212636a..f2fc53711 100644 --- a/src/wx/kdm_dialog.cc +++ b/src/wx/kdm_dialog.cc @@ -20,6 +20,7 @@ #include <wx/treectrl.h> #include <wx/datectrl.h> #include <wx/timectrl.h> +#include <wx/stdpaths.h> #include "lib/cinema.h" #include "lib/config.h" #include "kdm_dialog.h" @@ -98,6 +99,8 @@ KDMDialog::KDMDialog (wxWindow* parent) _folder = new wxDirPickerCtrl (this, wxID_ANY); #endif + _folder->SetPath (wxStandardPaths::Get().GetDocumentsDir()); + table->Add (_folder, 1, wxEXPAND); vertical->Add (table, 0, wxEXPAND | wxALL, 6); |
