diff options
Diffstat (limited to 'tderesources/slox/kcalresourceslox_plugin.cpp')
-rw-r--r-- | tderesources/slox/kcalresourceslox_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/slox/kcalresourceslox_plugin.cpp b/tderesources/slox/kcalresourceslox_plugin.cpp index 97e2bbebc..f9082cd3a 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; } } |