From 148dc11f885a9505bb36d2b30eed30d464f5f984 Mon Sep 17 00:00:00 2001 From: John Roberts Date: Fri, 4 Mar 2016 14:53:30 +0100 Subject: [PATCH] Fix wxFLP_DEFAULT_STYLE documentation Document that it includes wxFLP_USE_TEXTCTRL under OS X too, not just under MSW as previously stated. Closes #17421. --- interface/wx/filepicker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/filepicker.h b/interface/wx/filepicker.h index a52f7f8b76..6261f5e023 100644 --- a/interface/wx/filepicker.h +++ b/interface/wx/filepicker.h @@ -36,7 +36,7 @@ wxEventType wxEVT_DIRPICKER_CHANGED; @beginStyleTable @style{wxFLP_DEFAULT_STYLE} The default style: includes wxFLP_OPEN | wxFLP_FILE_MUST_EXIST and, - under wxMSW only, wxFLP_USE_TEXTCTRL. + under wxMSW and wxOSX, wxFLP_USE_TEXTCTRL. @style{wxFLP_USE_TEXTCTRL} Creates a text control to the left of the picker button which is completely managed by the wxFilePickerCtrl and which can be used by