[Marble-commits] KDE/kdeedu/marble/src/lib/geodata/parser
Laurent Montel
montel at kde.org
Wed Sep 8 13:39:47 CEST 2010
SVN commit 1173003 by mlaurent:
Add missing QObject::tr
M +2 -2 GeoParser.cpp
--- trunk/KDE/kdeedu/marble/src/lib/geodata/parser/GeoParser.cpp #1173002:1173003
@@ -126,9 +126,9 @@
void GeoParser::parseDocument()
{
if( !isStartElement() ) {
- raiseError( QString("Error parsing file at line: %1 and column %2 . ")
+ raiseError( QObject::tr("Error parsing file at line: %1 and column %2 . ")
.arg( lineNumber() ).arg( columnNumber() )
- + QString("This is an Invalid File") );
+ + QObject::tr("This is an Invalid File") );
return;
}
More information about the Marble-commits
mailing list