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

List:       kde-commits
Subject:    proko2: kdepim/kresources/kolab
From:       Bo Thorsen <bo () sonofthor ! dk>
Date:       2004-08-03 12:51:13
Message-ID: 20040803125113.381C19A68 () office ! kde ! org
[Download RAW message or body]

CVS commit by thorsen: 

Load the translations


  M +2 -0      kabc/resourcekolab_plugin.cpp   1.1.2.2
  M +2 -0      kcal/resourcekolab_plugin.cpp   1.1.2.2
  M +2 -0      knotes/resourcekolab_plugin.cpp   1.1.2.2


--- kdepim/kresources/kolab/kabc/resourcekolab_plugin.cpp  #1.1.2.1:1.1.2.2
@@ -32,4 +32,5 @@
 
 #include "resourcekolab.h"
+#include <klocale.h>
 
 using namespace Kolab;
@@ -53,4 +54,5 @@ extern "C"
   void *init_kabc_kolab()
   {
+    KGlobal::locale()->insertCatalogue( "kabc_kolab" );
     return ( new KolabFactory() );
   }

--- kdepim/kresources/kolab/kcal/resourcekolab_plugin.cpp  #1.1.2.1:1.1.2.2
@@ -32,4 +32,5 @@
 
 #include "resourcekolab.h"
+#include <klocale.h>
 
 class KolabFactory : public KRES::PluginFactoryBase
@@ -51,4 +52,5 @@ extern "C"
   void *init_kcal_kolab()
   {
+    KGlobal::locale()->insertCatalogue( "kcal_kolab" );
     return ( new KolabFactory() );
   }

--- kdepim/kresources/kolab/knotes/resourcekolab_plugin.cpp  #1.1.2.1:1.1.2.2
@@ -32,4 +32,5 @@
 
 #include "resourcekolab.h"
+#include <klocale.h>
 
 class KolabFactory : public KRES::PluginFactoryBase
@@ -51,4 +52,5 @@ extern "C"
   void *init_knotes_kolab()
   {
+    KGlobal::locale()->insertCatalogue( "knotes_kolab" );
     return ( new KolabFactory() );
   }


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

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