wxDir/FilePickerCtrl's message should be translatable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@55531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -38,7 +38,7 @@ wxObject *wxDirPickerCtrlXmlHandler::DoCreateResource()
|
|||||||
picker->Create(m_parentAsWindow,
|
picker->Create(m_parentAsWindow,
|
||||||
GetID(),
|
GetID(),
|
||||||
GetParamValue(wxT("value")),
|
GetParamValue(wxT("value")),
|
||||||
GetParamValue(wxT("message")),
|
GetText(wxT("message")),
|
||||||
GetPosition(), GetSize(),
|
GetPosition(), GetSize(),
|
||||||
GetStyle(_T("style"), wxDIRP_DEFAULT_STYLE),
|
GetStyle(_T("style"), wxDIRP_DEFAULT_STYLE),
|
||||||
wxDefaultValidator,
|
wxDefaultValidator,
|
||||||
|
@@ -41,7 +41,7 @@ wxObject *wxFilePickerCtrlXmlHandler::DoCreateResource()
|
|||||||
picker->Create(m_parentAsWindow,
|
picker->Create(m_parentAsWindow,
|
||||||
GetID(),
|
GetID(),
|
||||||
GetParamValue(wxT("value")),
|
GetParamValue(wxT("value")),
|
||||||
GetParamValue(wxT("message")),
|
GetText(wxT("message")),
|
||||||
GetParamValue(wxT("wildcard")),
|
GetParamValue(wxT("wildcard")),
|
||||||
GetPosition(), GetSize(),
|
GetPosition(), GetSize(),
|
||||||
GetStyle(_T("style"), wxFLP_DEFAULT_STYLE),
|
GetStyle(_T("style"), wxFLP_DEFAULT_STYLE),
|
||||||
|
Reference in New Issue
Block a user