diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-04 22:19:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-04 22:19:32 +0100 |
| commit | 6d7b419d42aa8a5df91836dee3c4b3b7a8849bf8 (patch) | |
| tree | c4b83b1332dea9df19a73ef79241a0f811d37b90 /src/wx/config_dialog.h | |
| parent | 78c78cdb5c4c6c62ba98fa54c9ba54812149ef7b (diff) | |
Use non-faulty DirPicker for config dialog too if required.
Diffstat (limited to 'src/wx/config_dialog.h')
| -rw-r--r-- | src/wx/config_dialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h index 526480912..a97788942 100644 --- a/src/wx/config_dialog.h +++ b/src/wx/config_dialog.h @@ -25,6 +25,7 @@ #include <wx/spinctrl.h> #include <wx/listctrl.h> #include <wx/filepicker.h> +#include "wx_util.h" class DirPickerCtrl; class wxNotebook; @@ -85,7 +86,7 @@ private: wxTextCtrl* _tms_user; wxTextCtrl* _tms_password; wxSpinCtrl* _num_local_encoding_threads; -#ifdef __WXMSW__ +#ifdef DVDOMATIC_USE_OWN_DIR_PICKER DirPickerCtrl* _default_directory; #else wxDirPickerCtrl* _default_directory; |
