[PATCH] wix: add phases help text and two more translations (issue 3288)

Steve Borho steve at borho.org
Sat Mar 3 23:14:50 CST 2012


# HG changeset patch
# User Steve Borho <steve at borho.org>
# Date 1330838071 21600
# Branch stable
# Node ID d38033e2a7aade85fbc4338899abe24b5a5eb8db
# Parent  8412d5a02e6e2fd9c95b63a441dd9e4e9605ac79
wix: add phases help text and two more translations (issue 3288)

diff --git a/contrib/wix/guids.wxi b/contrib/wix/guids.wxi
--- a/contrib/wix/guids.wxi
+++ b/contrib/wix/guids.wxi
@@ -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} ?>
diff --git a/contrib/wix/help.wxs b/contrib/wix/help.wxs
--- a/contrib/wix/help.wxs
+++ b/contrib/wix/help.wxs
@@ -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" />
diff --git a/contrib/wix/i18n.wxs b/contrib/wix/i18n.wxs
--- a/contrib/wix/i18n.wxs
+++ b/contrib/wix/i18n.wxs
@@ -5,7 +5,7 @@
   <?include defines.wxi ?>
 
   <?define hg_po_langs = 
-    da;de;el;fr;it;ja;pt_BR;sv;zh_CN;zh_TW
+    da;de;el;fr;it;ja;pt_BR;ro;ru;sv;zh_CN;zh_TW
   ?>
 
   <Fragment>


More information about the Mercurial-devel mailing list