Unicode compilation fix: wxStrlocale() doesn't take wide strings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2007-06-13 14:19:24 +00:00
parent 7c37eb10fd
commit 10de049c42

View File

@ -633,7 +633,7 @@ void StringTestCase::ToDouble()
// we need to use decimal point, not comma or whatever is its value for the
// current locale
wxSetlocale(LC_ALL, _T("C"));
wxSetlocale(LC_ALL, "C");
size_t n;
for ( n = 0; n < WXSIZEOF(doubleData); n++ )