[vlc-commits] commit: Fix Estonian selection in installer (Christophe Mutricy )

git at videolan.org git at videolan.org
Sun Jun 20 00:56:05 CEST 2010


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Sat Jun 19 23:14:34 2010 +0100| [d445eefa79a9cef3807766fa6fe137f79f04f9bf] | committer: Christophe Mutricy 

Fix Estonian selection in installer

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d445eefa79a9cef3807766fa6fe137f79f04f9bf
---

 extras/package/win32/vlc.win32.nsi.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/package/win32/vlc.win32.nsi.in b/extras/package/win32/vlc.win32.nsi.in
index cc25835..3cf79d1 100644
--- a/extras/package/win32/vlc.win32.nsi.in
+++ b/extras/package/win32/vlc.win32.nsi.in
@@ -806,7 +806,7 @@ UAC_Success:
 ;  StrCmp $LANGUAGE ${LANG_PUNJABI} Punjabi 0
 ;  StrCmp $LANGUAGE ${LANG_SLOVENIAN} Slovenian 0
   StrCmp $LANGUAGE ${LANG_SPANISH} Spanish 0
-  StrCmp $LANGUAGE ${LANG_SPANISH} Estonian 0
+  StrCmp $LANGUAGE ${LANG_ESTONIAN} Estonian 0
   StrCmp $LANGUAGE ${LANG_LITHUANIAN} Lithuanian 0
   StrCmp $LANGUAGE ${LANG_PORTUGUESEBR} Brazilian EndLanguageCmp
   French:



More information about the vlc-commits mailing list