[vlc-devel] commit: make a separate directoy for the translations (Christophe Mutricy )
git version control
git at videolan.org
Tue Jul 29 01:08:40 CEST 2008
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Mon Jul 28 23:28:48 2008 +0100| [0b192b63d05cddfbb291c98c20852d36272a4de3]
make a separate directoy for the translations
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0b192b63d05cddfbb291c98c20852d36272a4de3
---
modules/gui/qt4/qt4.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp
index f769317..47c878a 100644
--- a/modules/gui/qt4/qt4.cpp
+++ b/modules/gui/qt4/qt4.cpp
@@ -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());
More information about the vlc-devel
mailing list