diff options
Diffstat (limited to 'src/wx/config_dialog.h')
| -rw-r--r-- | src/wx/config_dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h index ce2686864..62cee0145 100644 --- a/src/wx/config_dialog.h +++ b/src/wx/config_dialog.h @@ -235,11 +235,11 @@ private: void setup () override; void config_changed () override; void content_directory_changed (); - void playlist_directory_changed (); + void show_playlists_file_changed(); void kdm_directory_changed (); wxDirPickerCtrl* _content_directory; - wxDirPickerCtrl* _playlist_directory; + FilePickerCtrl* _show_playlists_file; wxDirPickerCtrl* _kdm_directory; }; |
