X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f25881804583790351480098b50f4ce1b924e697..c914e99ed52d2899c70f783e8ffb54d75efae213:/src/common/intl.cpp diff --git a/src/common/intl.cpp b/src/common/intl.cpp index 83fac1f03b..7d1b0d14cf 100644 --- a/src/common/intl.cpp +++ b/src/common/intl.cpp @@ -1364,11 +1364,7 @@ const wxMB2WXbuf wxLocale::GetString(const wxChar *szOrigString, const wxChar *szDomain) const { if ( wxIsEmpty(szOrigString) ) -#if wxUSE_UNICODE - return szDomain ? szDomain : wxT(""); -#else // ANSI - return szDomain; -#endif + return _T(""); const char *pszTrans = NULL; #if wxUSE_UNICODE