diff options
| author | Peter Penz <[email protected]> | 2007-07-14 09:41:25 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-07-14 09:41:25 +0000 |
| commit | 194ce9fe183688544b8b9f420abe7ed186404908 (patch) | |
| tree | 5e0b84e1fb0cfbb2b5bbbf15c177955ab34d4f14 /src | |
| parent | 1bc9506260a42691ded588db1f708fc11913774d (diff) | |
Translation fix from Stefan Asserhall: e. g. "Link to Device" from libkonq has not been translated (@David: is this the right way to do it?)
CCMAIL: [email protected]
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=687760
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 484ccab8e..3247a716f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -70,6 +70,8 @@ int main(int argc, char **argv) } DolphinApplication app; + KGlobal::locale()->insertCatalog("libkonq"); // needed for applications using libkonq + #ifdef __GNUC__ #warning TODO, SessionManagement #endif |
