don't use _T() inside wxGetTranslation() and related macros (wxTRANSLATE, _, ......
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 7 Sep 2007 21:47:45 +0000 (21:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 7 Sep 2007 21:47:45 +0000 (21:47 +0000)
commite6d4038a8bf3ae178bc89cceaf60a0652749ea9b
treefa1bbffff04c6f7b9d59f1b2ac8b7849f6dff1bc
parent066f3611df971be93b2ec46b82c2f05f3ff9a422
don't use _T() inside wxGetTranslation() and related macros (wxTRANSLATE, _, ...) to preserve compatibility with the old ASCII build (even at the expense with the Unicode build compatibility)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
docs/latex/wx/function.tex
src/common/accelcmn.cpp
src/common/appbase.cpp
src/common/appcmn.cpp
src/common/datetime.cpp
src/common/fmapbase.cpp
src/msw/dialup.cpp