diff options
Diffstat (limited to 'ktuberling/main.cpp')
-rw-r--r-- | ktuberling/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktuberling/main.cpp b/ktuberling/main.cpp index 5e508e66..2b44867a 100644 --- a/ktuberling/main.cpp +++ b/ktuberling/main.cpp @@ -40,7 +40,7 @@ int main(int argc, char *argv[]) KCmdLineArgs::addCmdLineOptions(options); KApplication app; - KGlobal::locale()->insertCatalogue("libkdegames"); + KGlobal::locale()->insertCatalogue("libtdegames"); KImageIO::registerFormats(); TopLevel *toplevel=0; |