summaryrefslogtreecommitdiffstats
path: root/digikam/showfoto/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/showfoto/main.cpp')
-rw-r--r--digikam/showfoto/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/digikam/showfoto/main.cpp b/digikam/showfoto/main.cpp
index 0be2a54..b73ef06 100644
--- a/digikam/showfoto/main.cpp
+++ b/digikam/showfoto/main.cpp
@@ -67,6 +67,8 @@ int main(int argc, char *argv[])
Digikam::authorsRegistration(aboutData);
+ TDELocale::setMainCatalogue("digikam");
+
TDECmdLineArgs::init( argc, argv, &aboutData );
TDECmdLineArgs::addCmdLineOptions( options );
@@ -85,7 +87,6 @@ int main(int argc, char *argv[])
app.setMainWidget(w);
w->show();
- TDEGlobal::locale()->setMainCatalogue("digikam");
TDEGlobal::locale()->insertCatalogue("libkdcraw");
int ret = app.exec();