[Kst] extragear/graphics/kst/kst

Andrew Walker arwalker at sumusltd.com
Sat Jan 21 00:35:30 CET 2006


SVN commit 500702 by arwalker:

Give correct filename for the 'Unsupported element' warning message.

 M  +1 -1      kstdoc.cpp  


--- trunk/extragear/graphics/kst/kst/kstdoc.cpp #500701:500702
@@ -419,7 +419,7 @@
           app->closeWindow(toDelete);
         }
       } else {
-        KstDebug::self()->log(i18n("Unsupported element '%1' in file %2.").arg(e.tagName()).arg(o_file), KstDebug::Warning);
+        KstDebug::self()->log(i18n("Unsupported element '%1' in file %2.").arg(e.tagName()).arg(url.path()), KstDebug::Warning);
       }
     }
     handled++;


More information about the Kst mailing list