summaryrefslogtreecommitdiffstats
path: root/tderesources/slox/kabcresourceslox_plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/slox/kabcresourceslox_plugin.cpp')
-rw-r--r--tderesources/slox/kabcresourceslox_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/slox/kabcresourceslox_plugin.cpp b/tderesources/slox/kabcresourceslox_plugin.cpp
index 49e1f368..93db76b3 100644
--- a/tderesources/slox/kabcresourceslox_plugin.cpp
+++ b/tderesources/slox/kabcresourceslox_plugin.cpp
@@ -33,7 +33,7 @@ extern "C"
void *init_tdeabc_slox()
{
TDEGlobal::locale()->insertCatalogue( "libkcal" );
- TDEGlobal::locale()->insertCatalogue( "kabc_slox" );
+ TDEGlobal::locale()->insertCatalogue( "tdeabc_slox" );
return new SloxFactory;
}
}