X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/968b44d37b9fcdc5232fb68312a65e4fc6b5f4ab..083c9c2088ab2ecf90093e5ed8f24faf73e2adf7:/src/common/intl.cpp diff --git a/src/common/intl.cpp b/src/common/intl.cpp index 5d7cb3e38d..ee790a5c07 100644 --- a/src/common/intl.cpp +++ b/src/common/intl.cpp @@ -1444,10 +1444,10 @@ wxString wxLocale::GetInfo(wxLocaleInfo index, wxLocaleCategory cat) // this were not the case. wxASSERT_MSG( strcmp(setlocale(LC_ALL, NULL), "C") == 0, wxS("You probably called setlocale() directly instead ") - wxS("of calling wxSetLocale() and now there is a ") + wxS("of using wxLocale and now there is a ") wxS("mismatch between C/C++ and Windows locale.\n") - wxS("Things are going to break, use wxSetLocale() to ") - wxS("avoid this!") ); + wxS("Things are going to break, please only change ") + wxS("locale by creating wxLocale objects to avoid this!") ); // Return the hard coded values for C locale. This is really the right