[Kalzium] KDE/kdeedu/kalzium/src

Pino Toscano toscano.pino at tiscali.it
Thu Jul 21 16:26:57 CEST 2005


SVN commit 437314 by pino:

Read and store the 'origin of the name' of every element directly translated.

Eloy, please could you check if this fixed the issue you reported?

CCMAIL: kalzium at kde.org


 M  +1 -1      kalziumdataobject.cpp  


--- trunk/KDE/kdeedu/kalzium/src/kalziumdataobject.cpp #437313:437314
@@ -105,7 +105,7 @@
 		
 		QDomElement nameE = domElement.namedItem( "name" ).toElement();
 		QString name = nameE.text();
-		QString origin = nameE.attributeNode( "origin" ).value();
+		QString origin = i18n( nameE.attributeNode( "origin" ).value().utf8() );
 		
 		QString block = domElement.namedItem( "block" ).toElement().text();
 		QString group = domElement.namedItem( "group" ).toElement().text();


More information about the Kalzium mailing list