[gimp-help-2/roman_links_to_translations_168256] Prefix the option



commit 30b844b7256c42f96ae84535ac5dffc758bf52d5
Author: Roman Joost <roman bromeco de>
Date:   Tue Oct 16 09:05:56 2012 +1000

    Prefix the option

 stylesheets/plainhtml.xsl.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/stylesheets/plainhtml.xsl.in b/stylesheets/plainhtml.xsl.in
index 575aa75..a6a38a7 100644
--- a/stylesheets/plainhtml.xsl.in
+++ b/stylesheets/plainhtml.xsl.in
@@ -65,7 +65,7 @@
   <xsl:param name="targets.filename" select="'gimp-xrefs.xml'" />
   <xsl:param name="toc.section.depth" select="2" />
   <xsl:param name="use.id.as.filename">1</xsl:param>
-  <xsl:param name="all_linguas">@ALL_LINGUAS@</xsl:param>
+  <xsl:param name="gimp.help.all_linguas">@ALL_LINGUAS@</xsl:param>
 
   <!-- Add NotInToc role to simplesect, which is using in fdl.xml to
   deal with FDL-In-TOC issue.
@@ -181,7 +181,7 @@
                 <xsl:call-template name="href.target" />
             </xsl:variable>
             <xsl:call-template name="gimp.help.linguas.tokenize">
-                <xsl:with-param name="linguas" select="$all_linguas" />
+                <xsl:with-param name="linguas" select="$gimp.help.all_linguas" />
                 <xsl:with-param name="filename" select="$filename" />
             </xsl:call-template>
         </div>



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