X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/42c09d20bbcfe511b26af394fa461064dbda1018..8fda05d726564e48b08d7e40b64ce9f314a42b73:/src/xrc/xh_dirpicker.cpp diff --git a/src/xrc/xh_dirpicker.cpp b/src/xrc/xh_dirpicker.cpp index ab589e82b3..91ad6b0b66 100644 --- a/src/xrc/xh_dirpicker.cpp +++ b/src/xrc/xh_dirpicker.cpp @@ -37,7 +37,7 @@ wxObject *wxDirPickerCtrlXmlHandler::DoCreateResource() picker->Create(m_parentAsWindow, GetID(), - GetParamValue(wxT("default-path")), + GetParamValue(wxT("value")), GetParamValue(wxT("message")), GetPosition(), GetSize(), GetStyle(_T("style"), wxDIRP_DEFAULT_STYLE),