[gimp-help-2] Minor changes to src files



commit 55c8e4ed848d14808c76aa0f208341fb8fd03be4
Author: Ulf-D. Ehlert <ulfehlert svn gnome org>
Date:   Tue Jan 19 13:23:09 2010 +0100

    Minor changes to src files
    
    <title><anchor .../>TEXT</title> doesn't work nicely with xml2po.

 src/menus/colors/components/decompose.xml |    6 +++++-
 src/using/paths.xml                       |    6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/src/menus/colors/components/decompose.xml b/src/menus/colors/components/decompose.xml
index 0aee0d2..59b6e5e 100644
--- a/src/menus/colors/components/decompose.xml
+++ b/src/menus/colors/components/decompose.xml
@@ -15,7 +15,11 @@
   2005-08-25 de added by axel.wernicke
 -->
 <sect2 id="plug-in-decompose-registered">
-  <title><anchor id="plug-in-decompose"/>Decompose</title>
+  <!-- the <title><phrase> construct is required, don't resolve -->
+  <title>
+    <anchor id="plug-in-decompose"/>
+    <phrase>Decompose</phrase>
+  </title>
 
   <indexterm>
     <primary>CMYK</primary>
diff --git a/src/using/paths.xml b/src/using/paths.xml
index a96096c..09e2af9 100644
--- a/src/using/paths.xml
+++ b/src/using/paths.xml
@@ -10,7 +10,11 @@
   2006-09-10 added norwegian translation by KoSt
 -->
 <sect1 id="gimp-using-paths">
-  <title><anchor id="gimp-concepts-paths" xreflabel="Paths"/>Paths</title>
+  <!-- the <title><phrase> construct is required, don't resolve -->
+  <title>
+    <anchor id="gimp-concepts-paths" xreflabel="Paths"/>
+    <phrase>Paths</phrase>
+  </title>
 
   <indexterm>
     <primary>Paths</primary>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]