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

List:       kde-commits
Subject:    extragear/graphics/kphotoalbum/ImportExport
From:       Laurent Montel <montel () kde ! org>
Date:       2007-10-12 6:53:00
Message-ID: 1192171980.296464.8248.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 724383 by mlaurent:

Fix i18n


 M  +1 -1      Export.cpp  


--- trunk/extragear/graphics/kphotoalbum/ImportExport/Export.cpp #724382:724383
@@ -313,7 +313,7 @@
         QString file = _destdir + QString::fromLatin1( "/" ) + _nameMap[fileName];
         QFile out( file );
         if ( !out.open( QIODevice::WriteOnly ) ) {
-            KMessageBox::error( 0, i18n("Error writing file %1").arg( file ) );
+            KMessageBox::error( 0, i18n("Error writing file %1", file ) );
             _ok = false;
         }
         out.write( data, data.size() );
[prev in list] [next in list] [prev in thread] [next in thread] 

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