diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-02 12:07:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-02 19:22:59 +0100 |
| commit | 5950dd7e8de1a50f6b22760ab8811239dacd84cb (patch) | |
| tree | 614e238b5dc354cfdb3adee1e1550f27f901cd55 /src/wx/player_config_dialog.cc | |
| parent | e4537bfa1592674bc4838e4b9b2a72f0adeecc99 (diff) | |
Move Locations preferences to its own file.
Diffstat (limited to 'src/wx/player_config_dialog.cc')
| -rw-r--r-- | src/wx/player_config_dialog.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/player_config_dialog.cc b/src/wx/player_config_dialog.cc index 3f4c3f864..30b7ebfeb 100644 --- a/src/wx/player_config_dialog.cc +++ b/src/wx/player_config_dialog.cc @@ -31,8 +31,9 @@ #include "email_dialog.h" #include "file_picker_ctrl.h" #include "filter_dialog.h" -#include "make_chain_dialog.h" #include "keys_preferences_page.h" +#include "locations_preferences_page.h" +#include "make_chain_dialog.h" #include "nag_dialog.h" #include "name_format_editor.h" #include "server_dialog.h" |
