Mention that wxFD_OVERWRITE_PROMPT is always enabled on OSX

This style is ignored on OSX because there is no way to disable
the overwrite prompt from showing.

Fixes #13541
This commit is contained in:
Ian McInerney 2020-09-04 18:22:14 +01:00
parent c2b1dbda83
commit 55f80941bf

View File

@ -133,6 +133,7 @@ const char wxFileSelectorDefaultWildcardStr[];
@style{wxFD_OVERWRITE_PROMPT}
For save dialog only: prompt for a confirmation if a file will be
overwritten.
This style is always enabled on wxOSX and cannot be disabled.
@style{wxFD_NO_FOLLOW}
Directs the dialog to return the path and file name of the selected
shortcut file, not its target as it does by default. Currently this