]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/intl.cpp
removed minimal-specific Info.plist; updated the version in the generic one
[wxWidgets.git] / src / common / intl.cpp
index 95eb80b3e1a335a47f20d3898156f9368ace0bda..40c997970f2e262f4b11780085a8e86e7f7ddd67 100644 (file)
@@ -2632,8 +2632,9 @@ const wxChar *wxLocale::GetString(const wxChar *szOrigString,
             wxLogTrace(TRACE_I18N,
                        _T("string \"%s\"[%ld] not found in %slocale '%s'."),
                        szOrigString, (long)n,
-                       szDomain ? wxString::Format(_T("domain '%s' "), szDomain).c_str()
-                                : _T(""),
+                       szDomain
+                         ? (const wxChar*)wxString::Format(_T("domain '%s' "), szDomain).c_str()
+                         : _T(""),
                        m_strLocale.c_str());
         }
 #endif // __WXDEBUG__