diff options
Diffstat (limited to 'kpoker/main.cpp')
-rw-r--r-- | kpoker/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpoker/main.cpp b/kpoker/main.cpp index b4a27509..c8f2d1b5 100644 --- a/kpoker/main.cpp +++ b/kpoker/main.cpp @@ -41,7 +41,7 @@ int main( int argc, char *argv[] ) KCmdLineArgs::init( argc, argv, &aboutData ); KApplication myApp; - KGlobal::locale()->insertCatalogue("libkdegames"); + KGlobal::locale()->insertCatalogue("libtdegames"); if (myApp.isRestored()) RESTORE(PokerWindow) |