summaryrefslogtreecommitdiffstats
path: root/kenolaba/kenolaba.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kenolaba/kenolaba.cpp')
-rw-r--r--kenolaba/kenolaba.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kenolaba/kenolaba.cpp b/kenolaba/kenolaba.cpp
index 821fb19e..754726c2 100644
--- a/kenolaba/kenolaba.cpp
+++ b/kenolaba/kenolaba.cpp
@@ -47,7 +47,7 @@ int main(int argc, char *argv[])
KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.
KApplication app;
- KGlobal::locale()->insertCatalogue("libkdegames");
+ KGlobal::locale()->insertCatalogue("libtdegames");
/* command line handling */
KCmdLineArgs *args = KCmdLineArgs::parsedArgs();