- case wxPCX_INVFORMAT: wxLogError(_("wxPCXHandler: image format unsupported")); break;
- case wxPCX_MEMERR: wxLogError(_("wxPCXHandler: couldn't allocate memory")); break;
- case wxPCX_VERERR: wxLogError(_("wxPCXHandler: version number too low")); break;
- default: wxLogError(_("wxPCXHandler: unknown error !!!"));
+ case wxPCX_INVFORMAT: wxLogError(_("PCX: image format unsupported")); break;
+ case wxPCX_MEMERR: wxLogError(_("PCX: couldn't allocate memory")); break;
+ case wxPCX_VERERR: wxLogError(_("PCX: version number too low")); break;
+ default: wxLogError(_("PCX: unknown error !!!"));