{
if ( s.left( 5 ) == "#FIG " )
{
notSupported( file, i18n( "This is an XFig file, not a Cabri figure." ) );
return 0;
}
else
KIG_FILTER_PARSE_ERROR;
}
Fixed in 3.5.5 and 3.5.6.
** Changed in: kdeedu (Ubuntu)
Status: Unconfirmed => Fix Released
--
Mistake in kig string
https://launchpad.net/bugs/64685