[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-i18n-doc
Subject:    branches/KDE/3.5/kdeedu/libkdeedu/kdeeduplot
From:       Pino Toscano <toscano.pino () tiscali ! it>
Date:       2005-12-26 18:23:02
Message-ID: 1135621382.386739.13816.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 491597 by pino:

Warning messages on console doesn't need to be translated.

CCMAIL: kde-i18n-doc@kde.org


 M  +1 -2      kplotobject.cpp  


--- branches/KDE/3.5/kdeedu/libkdeedu/kdeeduplot/kplotobject.cpp #491596:491597
@@ -17,7 +17,6 @@
 
 #include <qpainter.h>
 #include <kdebug.h>
-#include <klocale.h>
 #include "kplotobject.h"
 
 KPlotObject::KPlotObject() {
@@ -41,7 +40,7 @@
 
 void KPlotObject::removePoint( unsigned int index ) {
 	if ( index > pList.count() - 1 ) {
-		kdWarning() << i18n( "Ignoring attempt to remove non-existent plot object" ) << endl;
+		kdWarning() << "Ignoring attempt to remove non-existent plot object" << endl;
 		return;
 	}
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic