diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-08-15 00:37:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-08-15 00:37:36 +0100 |
| commit | c79c14e1ed3498094d0f82ea854ea43bea3728e1 (patch) | |
| tree | 080ad11a54d94614635b8740135e61a55c253520 /src/tools | |
| parent | 0d493e91c4bffcb60960097264a804f6208b7bba (diff) | |
Give player its own configuration dialogue.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic_player.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/dcpomatic_player.cc b/src/tools/dcpomatic_player.cc index a9102f26b..c29e2f61a 100644 --- a/src/tools/dcpomatic_player.cc +++ b/src/tools/dcpomatic_player.cc @@ -35,7 +35,7 @@ #include "wx/film_viewer.h" #include "wx/player_information.h" #include "wx/update_dialog.h" -#include "wx/full_config_dialog.h" +#include "wx/player_config_dialog.h" #include <wx/wx.h> #include <wx/stdpaths.h> #include <wx/splash.h> @@ -227,7 +227,7 @@ private: void edit_preferences () { if (!_config_dialog) { - _config_dialog = create_full_config_dialog (); + _config_dialog = create_player_config_dialog (); } _config_dialog->Show (this); } |
