Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0.1, 1.0.2, and 1.0.3

stable wix: remove trailing '.' in manufacturer-lines

To match what other packages do.

Changeset e870693495a3

Parent ca6abee62f31

by Sune Foldager

Changes to one file · Browse files at e870693495a3 Showing diff from parent ca6abee62f31 Diff from another changeset...

 
27
28
29
30
 
31
32
33
34
 
35
36
37
 
27
28
29
 
30
31
32
33
 
34
35
36
37
@@ -27,11 +27,11 @@
  Version='$(var.Version)'   UpgradeCode='$(var.ProductUpgradeCode)'   Language='1033' Codepage='1252' - Manufacturer='Steve Borho and others.'> + Manufacturer='Steve Borho and others'>     <Package Id='*' Keywords='Installer'   Description="Windows shell extension for Mercurial DVCS (version $(var.Version))" - Manufacturer='Steve Borho and others.' + Manufacturer='Steve Borho and others'   InstallerVersion='300' Languages='1033' Compressed='yes'   SummaryCodepage='1252' Platform='$(var.Platform)'   Comments='$(var.Comments)'