From ff2a1eb2e93dce61726254869d2c7407d81a6bdd Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 15 May 2008 08:35:57 +0000 Subject: fixed localization support git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@372 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/general.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qmmpui/general.cpp') diff --git a/src/qmmpui/general.cpp b/src/qmmpui/general.cpp index e3153c534..3ed2e0843 100644 --- a/src/qmmpui/general.cpp +++ b/src/qmmpui/general.cpp @@ -56,6 +56,7 @@ static void checkFactories() { factories->append(factory); files << pluginsDir.absoluteFilePath(fileName); + qApp->installTranslator(factory->createTranslator(qApp)); } } } -- cgit v1.2.3-13-gbd6f