summaryrefslogtreecommitdiffstats
path: root/kshisen/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kshisen/main.cpp')
-rw-r--r--kshisen/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kshisen/main.cpp b/kshisen/main.cpp
index 161cffec..4efd9747 100644
--- a/kshisen/main.cpp
+++ b/kshisen/main.cpp
@@ -63,7 +63,7 @@ int main(int argc, char **argv)
KCmdLineArgs::init( argc, argv, &aboutData );
KApplication a;
- KGlobal::locale()->insertCatalogue("libkdegames");
+ KGlobal::locale()->insertCatalogue("libtdegames");
App *app = new App();
app->show();