<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>135291</bug_id>
          
          <creation_ts>2006-10-08 15:07:28 +0000</creation_ts>
          <short_desc>Mistake in kig string - &quot;This is a XFig file, not a Cabri figure.&quot;</short_desc>
          <delta_ts>2006-10-24 22:59:56 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>kig</product>
          <component>general</component>
          <version>unspecified</version>
          <rep_platform>unspecified</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Hobbsee">hobbsee</reporter>
          <assigned_to name="Pino Toscano">pino</assigned_to>
          
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>475415</commentid>
    <comment_count>0</comment_count>
    <who name="Hobbsee">hobbsee</who>
    <bug_when>2006-10-08 15:07:28 +0000</bug_when>
    <thetext>Version:           unknown (using KDE 3.5.5, Kubuntu (edgy) 4:3.5.5-0ubuntu1)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.17-10-generic

&quot;This is a XFig file, not a Cabri figure.&quot;
should be
&quot;This is an XFig file, not a Cabri figure.&quot;

Patch at http://librarian.launchpad.net/4704684/kig-string.patch

More info at:  https://launchpad.net/distros/ubuntu/+source/kdeedu/+bug/64685</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>479587</commentid>
    <comment_count>1</comment_count>
    <who name="Pino Toscano">pino</who>
    <bug_when>2006-10-24 22:59:13 +0000</bug_when>
    <thetext>SVN commit 598858 by pino:

Typo fix.

CCBUG: 135291


 M  +1 -1      cabri-filter.cc  


--- branches/KDE/3.5/kdeedu/kig/filters/cabri-filter.cc #598857:598858
@@ -306,7 +306,7 @@
   {
     if ( s.left( 5 ) == &quot;#FIG &quot; )
     {
-      notSupported( file, i18n( &quot;This is a XFig file, not a Cabri figure.&quot; ) );
+      notSupported( file, i18n( &quot;This is an XFig file, not a Cabri figure.&quot; ) );
       return 0;
     }
     else
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>479588</commentid>
    <comment_count>2</comment_count>
    <who name="Pino Toscano">pino</who>
    <bug_when>2006-10-24 22:59:29 +0000</bug_when>
    <thetext>SVN commit 598859 by pino:

Typo fix.

CCBUG: 135291


 M  +1 -1      cabri-filter.cc  


--- branches/kig/post-kde-3.5/kig/filters/cabri-filter.cc #598858:598859
@@ -152,7 +152,7 @@
   {
     if ( s.startsWith( &quot;#FIG &quot; ) )
     {
-      notSupported( file, i18n( &quot;This is a XFig file, not a Cabri figure.&quot; ) );
+      notSupported( file, i18n( &quot;This is an XFig file, not a Cabri figure.&quot; ) );
       return 0;
     }
     else
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>479589</commentid>
    <comment_count>3</comment_count>
    <who name="Pino Toscano">pino</who>
    <bug_when>2006-10-24 22:59:56 +0000</bug_when>
    <thetext>SVN commit 598860 by pino:

Typo fix.

BUG: 135291


 M  +1 -1      cabri-filter.cc  


--- trunk/KDE/kdeedu/kig/filters/cabri-filter.cc #598859:598860
@@ -152,7 +152,7 @@
   {
     if ( s.startsWith( &quot;#FIG &quot; ) )
     {
-      notSupported( file, i18n( &quot;This is a XFig file, not a Cabri figure.&quot; ) );
+      notSupported( file, i18n( &quot;This is an XFig file, not a Cabri figure.&quot; ) );
       return 0;
     }
     else
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>