]> git.sesse.net Git - vlc/commitdiff
make a separate directoy for the translations
authorChristophe Mutricy <xtophe@videolan.org>
Mon, 28 Jul 2008 22:28:48 +0000 (23:28 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Mon, 28 Jul 2008 23:10:09 +0000 (00:10 +0100)
modules/gui/qt4/qt4.cpp

index f769317dec7edce358011b3318f5cb5648252450..47c878ad56e7b97c832b2bc382157abeb1a5a994 100644 (file)
@@ -368,7 +368,7 @@ static void Init( intf_thread_t *p_intf )
     QString path =  QString( QT4LOCALEDIR );
 #else
     QString path = QString( QString(config_GetDataDir()) + DIR_SEP +
-                            "locale" + DIR_SEP );
+                            "locale" + DIR_SEP + "qt4" + DIR_SEP );
 #endif
     // files depending on locale
     bool b_loaded = qtTranslator.load( path + "qt_" + ql.name());