]> git.saurik.com Git - wxWidgets.git/commitdiff
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)
_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


No differences found