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

wix: rename directory id for locale folder

Changeset b40b0dd02978

Parent eeafda9ccfc8

by Adrian Buehlmann

Changes to 2 files · Browse files at b40b0dd02978 Showing diff from parent eeafda9ccfc8 Diff from another changeset...

 
13
14
15
16
 
17
18
19
20
21
22
 
23
24
25
 
13
14
15
 
16
17
18
19
20
21
 
22
23
24
25
@@ -13,13 +13,13 @@
    <Fragment>   <DirectoryRef Id="INSTALLDIR"> - <Directory Id="dirA42EA32F4A238F2C40AD5ACF4C831152" Name="locale" /> + <Directory Id="localedir" Name="locale" />   </DirectoryRef>   </Fragment>     <?foreach LOC in $(var.hglocales) ?>   <Fragment> - <DirectoryRef Id="dirA42EA32F4A238F2C40AD5ACF4C831152"> + <DirectoryRef Id="localedir">   <Directory Id="hg.locale.$(var.LOC)" Name="$(var.LOC)">   <Directory Id="hg.locale.$(var.LOC).LC_MESSAGES" Name="LC_MESSAGES">   <Component Id="hg.locale.$(var.LOC)" Guid="*">
 
10
11
12
13
 
14
15
16
 
10
11
12
 
13
14
15
16
@@ -10,7 +10,7 @@
  </Fragment>   <?foreach LOC in $(var.thglocales) ?>   <Fragment> - <DirectoryRef Id="dirA42EA32F4A238F2C40AD5ACF4C831152"> + <DirectoryRef Id="localedir">   <Directory Id="thg.locale.$(var.LOC)" Name="$(var.LOC)">   <Directory Id="thg.locale.$(var.LOC).LC_MESSAGES" Name="LC_MESSAGES">   <Component Id="thg.locale.$(var.LOC)" Guid="*">