Mercurial > hg
changeset 16220:939f043ab5ed stable
wix: add phases help text and two more translations (issue 3288)
author | Steve Borho <steve@borho.org> |
---|---|
date | Sat, 03 Mar 2012 23:14:31 -0600 |
parents | 28c5648771d1 |
children | 7cf8de5a82d8 |
files | contrib/wix/guids.wxi contrib/wix/help.wxs contrib/wix/i18n.wxs |
diffstat | 3 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/wix/guids.wxi Fri Mar 02 11:46:18 2012 -0300 +++ b/contrib/wix/guids.wxi Sat Mar 03 23:14:31 2012 -0600 @@ -18,10 +18,10 @@ <?define doc.style.css = {172F8262-98E0-4711-BD39-4DAE0D77EF05} ?> <!-- help.wxs --> - <?define helpFolder.guid = {84025FAA-7EB7-4D79-A097-D2D18852D78E} ?> + <?define helpFolder.guid = {9FA957DB-6DFE-44f2-AD03-293B2791CF17} ?> <!-- i18n.wxs --> - <?define i18nFolder.guid = {EADFA693-A0B5-4f31-87C9-3997CFAC1B42} ?> + <?define i18nFolder.guid = {1BF8026D-CF7C-4174-AEE6-D6B7BF119248} ?> <!-- templates.wxs --> <?define templates.root.guid = {8DF97574-33E9-412F-8414-65B48BB18783} ?>
--- a/contrib/wix/help.wxs Fri Mar 02 11:46:18 2012 -0300 +++ b/contrib/wix/help.wxs Sat Mar 03 23:14:31 2012 -0600 @@ -20,6 +20,7 @@ <File Name="merge-tools.txt" /> <File Name="multirevs.txt" /> <File Name="patterns.txt" /> + <File Name="phases.txt" /> <File Name="revisions.txt" /> <File Name="revsets.txt" /> <File Name="subrepos.txt" />