diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-27 13:16:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-27 13:16:07 +0100 |
| commit | 475ecb67af7af522ec8796ea1bf0d16602c78273 (patch) | |
| tree | 6a8eb77777211b2ac6903d22858df0afc3188212 /src/tools | |
| parent | 0efe439f5e2ff5546a75088cca32572e4ffe4341 (diff) | |
Clean up a few bits.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dvdomatic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dvdomatic.cc b/src/tools/dvdomatic.cc index 131f0bd71..1394ccff2 100644 --- a/src/tools/dvdomatic.cc +++ b/src/tools/dvdomatic.cc @@ -268,7 +268,7 @@ public: void file_open (wxCommandEvent &) { - wxDirDialog* c = new wxDirDialog (this, wxT ("Open Film"), wxStandardPaths::Get().GetDocumentsDir(), wxDD_DIR_MUST_EXIST); + wxDirDialog* c = new wxDirDialog (this, wxT ("Open Film"), wxStandardPaths::Get().GetDocumentsDir(), wxDEFAULT_DIALOG_STYLE | wxDD_DIR_MUST_EXIST); int const r = c->ShowModal (); c->Destroy (); |
