summaryrefslogtreecommitdiffstats
path: root/tderesources/slox/kcalresourceslox_plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/slox/kcalresourceslox_plugin.cpp')
-rw-r--r--tderesources/slox/kcalresourceslox_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/slox/kcalresourceslox_plugin.cpp b/tderesources/slox/kcalresourceslox_plugin.cpp
index 97e2bbeb..f9082cd3 100644
--- a/tderesources/slox/kcalresourceslox_plugin.cpp
+++ b/tderesources/slox/kcalresourceslox_plugin.cpp
@@ -34,7 +34,7 @@ extern "C"
void *init_kcal_slox()
{
TDEGlobal::locale()->insertCatalogue( "libkcal" );
- TDEGlobal::locale()->insertCatalogue( "kabc_slox" );
+ TDEGlobal::locale()->insertCatalogue( "tdeabc_slox" );
return new SLOXFactory;
}
}