X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/053ac76fa2b4bd461c88258ab642f7804da88e80..51ec29ea5d1d1093bafbae27a8483211a90d9659:/src/xrc/xh_text.cpp diff --git a/src/xrc/xh_text.cpp b/src/xrc/xh_text.cpp index c9ffadfcc9..33e41604cb 100644 --- a/src/xrc/xh_text.cpp +++ b/src/xrc/xh_text.cpp @@ -51,7 +51,7 @@ wxTextCtrlXmlHandler::wxTextCtrlXmlHandler() : wxXmlResourceHandler() // this style doesn't exist since wx 2.9.0 but we still support it (by // ignoring it silently) in XRC files to avoid unimportant warnings when // using XRC produced by old tools - AddStyle(_T("wxTE_AUTO_SCROLL"), 0); + AddStyle(wxT("wxTE_AUTO_SCROLL"), 0); AddWindowStyles(); }