Fix wxMSW compilation in STL build after the changes of r72472,
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 18 Sep 2012 00:03:45 +0000 (00:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 18 Sep 2012 00:03:45 +0000 (00:03 +0000)
commitf45f43cad09959e02cdb61b5468226357eb033d3
tree24ed28ba72b41e1ed35e313648e5b4cebb5889e1
parent81a887a895e89622649ff394820800e2071fe6df
Fix wxMSW compilation in STL build after the changes of r72472,

Call t_str() to explicitly convert wxString to wxChar* as implicit conversion
is not available in STL build.

Closes #14666.

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