]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_text.cpp
Always link with expat in monolithic build.
[wxWidgets.git] / src / xrc / xh_text.cpp
index c9ffadfcc910ee6af9ceaa3e81a9eea8622a1361..33e41604cb817c9bdb985605a4c979037911fb0d 100644 (file)
@@ -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();
 }