i18n fix: insert needed catalog.

svn path=/trunk/KDE/kdebase/apps/; revision=818910
This commit is contained in:
Chusslove Illich 2008-06-10 00:14:53 +00:00
parent a1f11a7845
commit bd0f20db68

View file

@ -69,6 +69,7 @@ extern "C" KDE_EXPORT int kdemain( int argc, char **argv )
app.setQuitOnLastWindowClosed(false);
KGlobal::locale()->insertCatalog("libkonq"); // needed for apps using libkonq
KGlobal::locale()->insertCatalog("dolphin"); // needed for some file manager menus
KCmdLineArgs *args = KCmdLineArgs::parsedArgs();