Mistake in kig string
Bug #64685 reported by
Malcolm Parsons
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| KDE Base |
Fix Released
|
Medium
|
|||
| kdeedu (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
"This is a XFig file, not a Cabri figure."
should be
"This is an XFig file, not a Cabri figure."
| Changed in kdebase: | |
| status: | Unknown → Unconfirmed |
| Changed in kdebase: | |
| status: | Unconfirmed → Fix Released |
| Changed in kdebase: | |
| importance: | Unknown → Medium |
To post a comment you must log in.

{ FILTER_ PARSE_ERROR;
if ( s.left( 5 ) == "#FIG " )
{
notSupported( file, i18n( "This is an XFig file, not a Cabri figure." ) );
return 0;
}
else
KIG_
}
Fixed in 3.5.5 and 3.5.6.