Commit 0b192b63 authored by Christophe Mutricy's avatar Christophe Mutricy

make a separate directoy for the translations

parent d8421cc7
......@@ -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());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment