Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.1, 1.1.1, and 1.1.2

wix: add explicit file id's in thg-i18n.wxs

Changeset cdde710ed0b3

Parent a23e9c2b4829

by Adrian Buehlmann

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

 
8
9
10
11
 
12
13
 
14
15
16
 
8
9
10
 
11
12
 
13
14
15
16
@@ -8,9 +8,9 @@
  <DirectoryRef Id="i18ndir">   <Directory Id="thgI18nFolder" Name="tortoisehg">   <Component Id="thgI18nFolder" Guid="{69E6E182-BCD2-4b03-A941-7B9A054DF7AF}"> - <File Source="$(var.SourceDir)\tortoisehg\ca.po" KeyPath="yes" /> + <File Id="thg.ca.po" Source="$(var.SourceDir)\tortoisehg\ca.po" KeyPath="yes" />   <?foreach LANG in $(var.thg_po_langs) ?> - <File Source="$(var.SourceDir)\tortoisehg\$(var.LANG).po" /> + <File Id="thg.$(var.LANG).po" Source="$(var.SourceDir)\tortoisehg\$(var.LANG).po" />   <?endforeach?>   </Component>   </Directory>