Mercurial > hg
changeset 12830:d8205dacf9a3 stable
wix: add subrepos help text
author | Steve Borho <steve@borho.org> |
---|---|
date | Mon, 25 Oct 2010 10:07:54 -0500 |
parents | 01145ee78c53 |
children | 4d657b524be8 |
files | contrib/wix/guids.wxi contrib/wix/help.wxs |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/wix/guids.wxi Sun Oct 24 16:02:10 2010 -0500 +++ b/contrib/wix/guids.wxi Mon Oct 25 10:07:54 2010 -0500 @@ -15,7 +15,7 @@ <?define doc.style.css = {172F8262-98E0-4711-BD39-4DAE0D77EF05} ?> <!-- help.wxs --> - <?define helpFolder.guid = {870F98CE-5BC1-4396-9228-CEB234DFEC97} ?> + <?define helpFolder.guid = {21FE9CF9-933E-4C2E-B2EC-413A569FB996} ?> <!-- i18n.wxs --> <?define i18nFolder.guid = {EADFA693-A0B5-4f31-87C9-3997CFAC1B42} ?>
--- a/contrib/wix/help.wxs Sun Oct 24 16:02:10 2010 -0500 +++ b/contrib/wix/help.wxs Mon Oct 25 10:07:54 2010 -0500 @@ -19,6 +19,7 @@ <File Name="patterns.txt" /> <File Name="revisions.txt" /> <File Name="revsets.txt" /> + <File Name="subrepos.txt" /> <File Name="templates.txt" /> <File Name="urls.txt" /> </Component>