diff options
Diffstat (limited to 'wizards/egroupwaremain.cpp')
-rw-r--r-- | wizards/egroupwaremain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/egroupwaremain.cpp b/wizards/egroupwaremain.cpp index 153c2f83f..fa3d81c79 100644 --- a/wizards/egroupwaremain.cpp +++ b/wizards/egroupwaremain.cpp @@ -44,7 +44,7 @@ int main(int argc,char **argv) KApplication app; - KGlobal::locale()->insertCatalogue( "libkdepim" ); + KGlobal::locale()->insertCatalogue( "libtdepim" ); KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); |