[Uml-devel] kdesdk/umbrello/umbrello
Albert Astals Cid
tsdgeos at terra.es
Sun Jul 4 08:35:06 UTC 2004
CVS commit by aacid:
Add a missing i18n
M +2 -1 classimport.cpp 1.36
--- kdesdk/umbrello/umbrello/classimport.cpp #1.35:1.36
@@ -23,4 +23,5 @@
#include "classparser/cpptree2uml.h"
#include <kdebug.h>
+#include <klocale.h>
#include <qregexp.h>
@@ -190,5 +191,5 @@ void ClassImport::importCPP(QStringList
fileIT != headerFileList.end(); ++fileIT) {
QString fileName = (*fileIT);
- m_umldoc->writeToStatusBar("Importing file: " + fileName);
+ m_umldoc->writeToStatusBar(i18n("Importing file: %1").arg(fileName));
m_driver->parseFile( fileName );
TranslationUnitAST *ast = m_driver->translationUnit( fileName );
More information about the umbrello-devel
mailing list