CVS commit by faure: Insert libkcal catalogue - might not be loaded if korganizerpart isn't loaded yet. https://intevation.de/roundup/kolab/issue550 M +1 -0 resourcekolabbase.cpp 1.1.2.21 --- kdepim/kresources/kolab/shared/resourcekolabbase.cpp #1.1.2.20:1.1.2.21 @@ -52,4 +52,5 @@ ResourceKolabBase::ResourceKolabBase( co { KGlobal::locale()->insertCatalogue( "kres_kolab" ); + KGlobal::locale()->insertCatalogue( "libkcal" ); QString uniqueObjId = QString( objId ) + QString::number( uniquifier++ ); mConnection = new KMailConnection( this, uniqueObjId.utf8() );