]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/xtistrm.cpp
Use wxT() instead of _T() in XTI code.
[wxWidgets.git] / src / common / xtistrm.cpp
index 9f0860b933594d044ebcf9cd3234850896e78a82..de182f0ef072a72038998a5c0aa051753b3b549e 100644 (file)
@@ -289,8 +289,8 @@ void wxObjectWriter::WriteOneProperty( const wxObject *obj, const wxClassInfo* c
                         }
                         else
                         {
-                            wxLogError( _T("Streaming delegates for not already ")
-                                        _T("streamed objects not yet supported") );
+                            wxLogError( wxT("Streaming delegates for not already ")
+                                        wxT("streamed objects not yet supported") );
                         }
                     }
                 }