X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ee90e2641d7e861d83b76f4fac5d030a2df9c479..c4fee2531a15c650bfd7f9f1db7ca02551e4cfd8:/src/xrc/xh_filepicker.cpp?ds=sidebyside diff --git a/src/xrc/xh_filepicker.cpp b/src/xrc/xh_filepicker.cpp index 034d9cbbc4..df544fa0f5 100644 --- a/src/xrc/xh_filepicker.cpp +++ b/src/xrc/xh_filepicker.cpp @@ -41,10 +41,10 @@ wxObject *wxFilePickerCtrlXmlHandler::DoCreateResource() picker->Create(m_parentAsWindow, GetID(), GetParamValue(wxT("value")), - GetParamValue(wxT("message")), + GetText(wxT("message")), GetParamValue(wxT("wildcard")), GetPosition(), GetSize(), - GetStyle(_T("style"), wxFLP_DEFAULT_STYLE), + GetStyle(wxT("style"), wxFLP_DEFAULT_STYLE), wxDefaultValidator, GetName());