Add an explicit t_str() to fix wxMSW compilation with wxUSE_STL=1.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Jun 2010 09:55:11 +0000 (09:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Jun 2010 09:55:11 +0000 (09:55 +0000)
commita49b09f5afab79ffb5a483ecb4be4c4abf4d3531
tree1c8a23fb9991af495e5fdd5d31f54104dba1eb71
parent4c9ccee7130e8cf62afcecf4f6b54a3422903c80
Add an explicit t_str() to fix wxMSW compilation with wxUSE_STL=1.

wxString is not implicitly convertible to TCHAR* in this case and we need to
use t_str() explicitly.

Closes #12169.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/translation.cpp