Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

fogcreek wix: fixed typo

Changeset 5831fcf57a6e

Parent 7ac07220428c

by David Golub

Changes to one file · Browse files at 5831fcf57a6e Showing diff from parent 7ac07220428c Diff from another changeset...

 
155
156
157
158
 
159
160
161
 
195
196
197
198
 
199
200
201
 
155
156
157
 
158
159
160
161
 
195
196
197
 
198
199
200
201
@@ -155,7 +155,7 @@
  Guid='$(var.OverlaysShellRegistrationX64.guid)'>   <?include shell-register-overlays.wxi ?>   </Component> - <Component Id='KeyboardShellRegistration' Win64='yes' + <Component Id='KeyboardShellRegistrationX64' Win64='yes'   Guid='$(var.KeyboardShellRegistrationX64.guid)'>   <?include shell-register-keyboard.wxi ?>   </Component> @@ -195,7 +195,7 @@
  Guid='$(var.OverlaysShellRegistrationX86.guid)' Win64='no'>   <?include shell-register-overlays.wxi ?>   </Component> - <Component Id='KeyboardShellRegistration' Win64='no' + <Component Id='KeyboardShellRegistrationX86' Win64='no'   Guid='$(var.KeyboardShellRegistrationX86.guid)'>   <?include shell-register-keyboard.wxi ?>   </Component>