Put braces around MSW-only wxLogXXX() calls to avoid warnings when building
with MinGW 4.4+.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65735
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
domain);
if ( !cat )
+ {
wxLogWarning(_("Resource '%s' is not a valid message catalog."), resname);
+ }
return cat;
}
{
const DWORD err = GetLastError();
if ( err != NO_ERROR && err != ERROR_RESOURCE_TYPE_NOT_FOUND )
+ {
wxLogSysError(_("Couldn't enumerate translations"));
+ }
}
return data.langs;