Add wxT_2() macro for compatibility with wxWidgets 2 API.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Feb 2011 13:44:19 +0000 (13:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Feb 2011 13:44:19 +0000 (13:44 +0000)
commit9204fde6ee1673146131e808b7f15e6689a0ef10
tree981804f4890b4168c88975fd88d9b6a2c01fb232
parent1244d2e07fd3ddf1123613d54ae3ae3503256119
Add wxT_2() macro for compatibility with wxWidgets 2 API.

This macro can be used to make the same code compile with both v2 and v3 as it
expands to wxT() in 2.8 and nothing in later versions.

See #12925.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/chartype.h
interface/wx/chartype.h