mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
i18n fix: insert needed catalog.
svn path=/trunk/KDE/kdebase/apps/; revision=818910
This commit is contained in:
parent
a1f11a7845
commit
bd0f20db68
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue