[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r3604: Use current syntax for localized replacement and update tor. (vidalia/trunk/pkg/win32)
Author: coderman
Date: 2009-03-09 12:14:19 -0400 (Mon, 09 Mar 2009)
New Revision: 3604
Modified:
vidalia/trunk/pkg/win32/polipo.wxs.in
vidalia/trunk/pkg/win32/thandy.wxs.in
vidalia/trunk/pkg/win32/tor.wxs.in
vidalia/trunk/pkg/win32/torbutton.wxs.in
Log:
Use current syntax for localized replacement and update tor.wxs which was missed last commit.
Modified: vidalia/trunk/pkg/win32/polipo.wxs.in
===================================================================
--- vidalia/trunk/pkg/win32/polipo.wxs.in 2009-03-09 11:55:23 UTC (rev 3603)
+++ vidalia/trunk/pkg/win32/polipo.wxs.in 2009-03-09 16:14:19 UTC (rev 3604)
@@ -23,7 +23,7 @@
<Product Name="Polipo $(var.ThisProductVersionDisp)" Id="$(var.CurrProductGUID)"
Version="$(var.ThisProductVersion)"
Manufacturer="mailto: coderman at gmail.com - test package for The Tor Project, Inc."
- Language="$(loc.LCID)"
+ Language="!(loc.LCID)"
UpgradeCode="$(var.UpgradeCode)">
<Package Id="*" Keywords="Installer"
Modified: vidalia/trunk/pkg/win32/thandy.wxs.in
===================================================================
--- vidalia/trunk/pkg/win32/thandy.wxs.in 2009-03-09 11:55:23 UTC (rev 3603)
+++ vidalia/trunk/pkg/win32/thandy.wxs.in 2009-03-09 16:14:19 UTC (rev 3604)
@@ -15,7 +15,7 @@
<Product Name="Thandy $(var.ThisProductVersionDisp)" Id="$(var.CurrProductGUID)"
Version="$(var.ThisProductVersion)"
Manufacturer="www.torproject.org"
- Language="$(loc.LCID)"
+ Language="!(loc.LCID)"
UpgradeCode="$(var.UpgradeCode)">
<Package Id="*" Keywords="Installer"
Modified: vidalia/trunk/pkg/win32/tor.wxs.in
===================================================================
--- vidalia/trunk/pkg/win32/tor.wxs.in 2009-03-09 11:55:23 UTC (rev 3603)
+++ vidalia/trunk/pkg/win32/tor.wxs.in 2009-03-09 16:14:19 UTC (rev 3604)
@@ -64,7 +64,7 @@
UpgradeCode="$(var.UpgradeCode)"
Version="$(var.ThisProductVersion)"
Manufacturer="$(var.TPI)"
- Language="1033" Codepage="1252">
+ Language="!(loc.LCID)">
<!-- Common package definitions. Most of these elements are self
explanatory or do not need modification.
@@ -78,8 +78,6 @@
Manufacturer="$(var.TPI)"
Compressed="yes"
InstallerVersion="100"
- Languages="1033"
- SummaryCodepage="1252"
InstallPrivileges="limited"
/>
<Media Id="1"
Modified: vidalia/trunk/pkg/win32/torbutton.wxs.in
===================================================================
--- vidalia/trunk/pkg/win32/torbutton.wxs.in 2009-03-09 11:55:23 UTC (rev 3603)
+++ vidalia/trunk/pkg/win32/torbutton.wxs.in 2009-03-09 16:14:19 UTC (rev 3604)
@@ -16,7 +16,7 @@
<Product Name="TorButton $(var.ThisProductVersionDisp)" Id="$(var.CurrProductGUID)"
Version="$(var.ThisProductVersion)"
Manufacturer="www.torproject.org"
- Language="$(loc.LCID)"
+ Language="!(loc.LCID)"
UpgradeCode="$(var.UpgradeCode)">
<Package Id="*" Keywords="Installer"