]> git.saurik.com Git - wxWidgets.git/commit
Use wxT() instead of _T() in XTI code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Jan 2012 18:48:39 +0000 (18:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Jan 2012 18:48:39 +0000 (18:48 +0000)
commitebd98179c5c6df037a9b7c29e8d3b33f8577bbf1
treeb2c8fc60fb82172bff99d2cac2265f79071b982f
parent9349c84fdb5afbce9e8d4cf28cd0d10b642ff16c
Use wxT() instead of _T() in XTI code.

_T() is deprecated and doesn't work with Solaris compiler, use wxT() instead.

Also change one occurrence of _T() inside a comment in wx/debug.h.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/debug.h
include/wx/xtitypes.h
src/common/xti.cpp
src/common/xtistrm.cpp
src/univ/themes/win32.cpp