Mistake in kig string

Bug #64685 reported by Malcolm Parsons
4
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."

Revision history for this message
Malcolm Parsons (malcolm-parsons) wrote :
Changed in kdebase:
status: Unknown → Unconfirmed
Changed in kdebase:
status: Unconfirmed → Fix Released
Revision history for this message
Rich Johnson (nixternal) wrote :

  {
    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:
status: Unconfirmed → Fix Released
Changed in kdebase:
importance: Unknown → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.