1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

make a separate directoy for the translations

This commit is contained in:
Christophe Mutricy 2008-07-28 23:28:48 +01:00
parent d8421cc77d
commit 0b192b63d0

View 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());