From 513d0163e99d4447deb274b9f0799bb390f26cfc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 17 Feb 2013 02:31:04 -0600 Subject: Fix FTBFS --- tderesources/slox/kcalresourceslox_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tderesources/slox/kcalresourceslox_plugin.cpp') 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; } } -- cgit v1.2.3