Fix some wxWidgets assertion failures.
authorCarl Hetherington <cth@carlh.net>
Tue, 23 Feb 2021 00:11:28 +0000 (01:11 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 23 Feb 2021 00:11:28 +0000 (01:11 +0100)
commitd3a3b8988fcc7df405b8d73a0aabd967ad7a8bf0
tree77bc861983f547a758bc7987084aa2f63e13b38d
parentb6c2eb0a6ae72dd73c1d740e9941fc92d0e5b51d
Fix some wxWidgets assertion failures.

Casued by specifying wxFD_OVERWRITE_PROMPT without wxFD_SAVE; it makes
no sense and in wx3.1 it raises an error.
src/wx/full_config_dialog.cc
src/wx/player_config_dialog.cc