[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r1499: Fix the things I broke in rev 1498. (trunk/pkg/win32)
Author: hipplej
Date: 2006-12-04 23:34:01 -0500 (Mon, 04 Dec 2006)
New Revision: 1499
Modified:
trunk/pkg/win32/vidalia-bundle.nsi
Log:
Fix the things I broke in rev 1498.
Modified: trunk/pkg/win32/vidalia-bundle.nsi
===================================================================
--- trunk/pkg/win32/vidalia-bundle.nsi 2006-12-05 04:18:55 UTC (rev 1498)
+++ trunk/pkg/win32/vidalia-bundle.nsi 2006-12-05 04:34:01 UTC (rev 1499)
@@ -22,7 +22,7 @@
!define TOR_NAME "Tor"
!define TOR_EXEC "tor.exe"
-!define TOR_APPVERSION "0.1.2.5"
+!define TOR_APPVERSION "0.1.2.4-alpha"
!define TOR_DESC "${TOR_NAME} ${TOR_APPVERSION}"
!define TOR_UNINST "Uninstall.exe"
@@ -94,19 +94,25 @@
;--------------------------------
; Available languages
!insertmacro MUI_LANGUAGE "English"
+!insertmacro MUI_LANGUAGE "Farsi"
!insertmacro MUI_LANGUAGE "Finnish"
!insertmacro MUI_LANGUAGE "French"
!insertmacro MUI_LANGUAGE "German"
!insertmacro MUI_LANGUAGE "Polish"
+!insertmacro MUI_LANGUAGE "PortugueseBR"
!insertmacro MUI_LANGUAGE "Russian"
!insertmacro MUI_LANGUAGE "Spanish"
+!insertmacro MUI_LANGUAGE "SimpChinese"
!include "vidalia_en.nsh"
!include "vidalia_de.nsh"
!include "vidalia_es.nsh"
+!include "vidalia_fa.nsh"
!include "vidalia_fi.nsh"
!include "vidalia_fr.nsh"
!include "vidalia_pl.nsh"
+!include "vidalia_pt-br.nsh"
!include "vidalia_ru.nsh"
+!include "vidalia_zh-cn.nsh"
;--------------------------------
; Install types