diff options
Diffstat (limited to 'kpat/main.cpp')
-rw-r--r-- | kpat/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpat/main.cpp b/kpat/main.cpp index 58ad8652..fcc213a8 100644 --- a/kpat/main.cpp +++ b/kpat/main.cpp @@ -58,7 +58,7 @@ int main( int argc, char **argv ) KCmdLineArgs* args = KCmdLineArgs::parsedArgs(); KApplication a; - KGlobal::locale()->insertCatalogue("libkdegames"); + KGlobal::locale()->insertCatalogue("libtdegames"); if (a.isRestored()) RESTORE(pWidget) |