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 19:08:03 +0000 (20:08 +0100)
commit5088493af614f6edb3ced5bc63c7c637c4ed12d2
tree77bc861983f547a758bc7987084aa2f63e13b38d
parent6d7cb904ba47773e0d50b3bf3e5162c0f6df9896
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