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