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

List:       kde-i18n-doc
Subject:    Re: [PATCH] Re: [KNode GUI] scoring rule dialog mostly untranslated!
From:       Stephan Johach <lucardus () onlinehome ! de>
Date:       2005-12-28 15:38:46
Message-ID: 200512281638.46474.lucardus () onlinehome ! de
[Download RAW message or body]

Hi!

The attached patch removes the catalogue "libkdenetwork" from kmail and knode.

Furthermore it adds the two missing insertCatalogue() calls for "libkpgp" to 
knode, so the corresponding configuration tab now is translated.

Is it Ok to apply?

Stephan



["kdepim-catalogue-patch.diff" (text/x-diff)]

Index: kmail/kmstartup.cpp
===================================================================
--- kmail/kmstartup.cpp	(revision 491709)
+++ kmail/kmstartup.cpp	(working copy)
@@ -217,7 +217,6 @@
 
 void insertLibraryCataloguesAndIcons() {
   static const char * const catalogues[] = {
-    "libkdenetwork",
     "libkdepim",
     "libksieve",
     "libkleopatra",
Index: knode/knode_part.cpp
===================================================================
--- knode/knode_part.cpp	(revision 492025)
+++ knode/knode_part.cpp	(working copy)
@@ -60,8 +60,8 @@
   kdDebug(5003) << "KNodePart()..." << endl;
   kdDebug(5003) << "  InstanceName: " << kapp->instanceName() << endl;
 
-  KGlobal::locale()->insertCatalogue("libkdenetwork");
   KGlobal::locale()->insertCatalogue("libkdepim");
+  KGlobal::locale()->insertCatalogue("libkpgp");
   kapp->dcopClient()->suspend(); // Don't handle DCOP requests yet
   KGlobal::iconLoader()->addAppDir("knode");
   knGlobals.instance = KNodeFactory::instance();
Index: knode/main.cpp
===================================================================
--- knode/main.cpp	(revision 492025)
+++ knode/main.cpp	(working copy)
@@ -37,8 +37,8 @@
     return 0;
 
   KNApplication app;
-  KGlobal::locale()->insertCatalogue("libkdenetwork");
   KGlobal::locale()->insertCatalogue("libkdepim");
+  KGlobal::locale()->insertCatalogue("libkpgp");
   return app.exec();
 }
 


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

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