diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-27 14:35:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-27 14:35:19 +0100 |
| commit | 5344816e6421095c44e80ed438d511d8a9fcf0b2 (patch) | |
| tree | 80bf9fa6f1c9283d58840a29235cef9a2ff96413 /src/tools | |
| parent | 475ecb67af7af522ec8796ea1bf0d16602c78273 (diff) | |
UI tweaks.
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 1394ccff2..ea90e9e9e 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(), wxDEFAULT_DIALOG_STYLE | wxDD_DIR_MUST_EXIST); + wxDirDialog* c = new wxDirDialog (this, wxT ("Select film to open"), wxStandardPaths::Get().GetDocumentsDir(), wxDEFAULT_DIALOG_STYLE | wxDD_DIR_MUST_EXIST); int const r = c->ShowModal (); c->Destroy (); |
