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

List:       kde-commits
Subject:    koffice/kexi/formeditor/factories (silent)
From:       Laurent Montel <montel () kde ! org>
Date:       2004-09-19 12:28:57
Message-ID: 20040919122857.34A45126CA () office ! kde ! org
[Download RAW message or body]

CVS commit by mlaurent: 

CVS_SILENT QString(18n(...)) -> i18n(...)


  M +1 -1      containerfactory.cpp   1.43


--- koffice/kexi/formeditor/factories/containerfactory.cpp  #1.42:1.43
@@ -159,5 +159,5 @@ InsertPageCommand::execute()
         {
                 KTabWidget *tab = (KTabWidget *)parent;
-                QString n = QString(i18n("Page %1").arg(tab->count() + 1));
+                QString n = i18n("Page %1").arg(tab->count() + 1);
                 tab->addTab(page, n);
                 tab->showPage(page);


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

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