X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/326462ae94e4b1d4fb6a8d56875ce0fcbd9d1c33..abd474ea63667f727940a009cc3e0b23ba9f418f:/src/xrc/xh_tree.cpp?ds=sidebyside diff --git a/src/xrc/xh_tree.cpp b/src/xrc/xh_tree.cpp index ef66aa4334..b2db5a257e 100644 --- a/src/xrc/xh_tree.cpp +++ b/src/xrc/xh_tree.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_tree.cpp +// Name: src/xrc/xh_tree.cpp // Purpose: XRC resource for wxTreeCtrl // Author: Brian Gavin // Created: 2000/09/09 @@ -51,7 +51,7 @@ wxObject *wxTreeCtrlXmlHandler::DoCreateResource() tree->Create(m_parentAsWindow, GetID(), GetPosition(), GetSize(), - GetStyle(_T("style"), wxTR_DEFAULT_STYLE), + GetStyle(wxT("style"), wxTR_DEFAULT_STYLE), wxDefaultValidator, GetName());