i != prefixes.end();
++i )
{
+ if (i->length() == 0)
+ continue;
wxDir dir;
if ( !dir.Open(*i) )
continue;
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;