]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_text.cpp
Misc validity fixes to samples/xrc/rc/*.xrc.
[wxWidgets.git] / src / xrc / xh_text.cpp
index c9ffadfcc910ee6af9ceaa3e81a9eea8622a1361..284e9b00f3f7110fcf8211d7d5ccd93bc9c76a93 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     XRC resource for wxTextCtrl
 // Author:      Aleksandras Gluchovas
 // Created:     2000/03/21
-// RCS-ID:      $Id$
 // Copyright:   (c) 2000 Aleksandras Gluchovas
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -51,7 +50,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();
 }