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:
Václav Slavík
2008-09-09 19:36:41 +00:00
parent b8c38c4509
commit 2ee6af03cb
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ wxObject *wxDirPickerCtrlXmlHandler::DoCreateResource()
picker->Create(m_parentAsWindow,
GetID(),
GetParamValue(wxT("value")),
GetParamValue(wxT("message")),
GetText(wxT("message")),
GetPosition(), GetSize(),
GetStyle(_T("style"), wxDIRP_DEFAULT_STYLE),
wxDefaultValidator,

View File

@@ -41,7 +41,7 @@ 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),