[gimp-help-2] Apply orderedlist to step-by-step of scripts



commit c24b0aff4015cbba73d90dac6ee0d866e01500ed
Author: SimaMoto,RyÅ?Ta <rsimamoto src gnome org>
Date:   Sat Apr 17 04:53:53 2010 +0900

    Apply orderedlist to step-by-step of scripts
    
    Replace <itemizedlist> by <orderedlist> at reproducing simulation
    along process of Script-Fus:
    	src/filters/alpha-to-logo/chalk.xml
    	src/filters/light_effects/xach-effect.xml

 src/filters/alpha-to-logo/chalk.xml       |    4 ++--
 src/filters/light_effects/xach-effect.xml |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/filters/alpha-to-logo/chalk.xml b/src/filters/alpha-to-logo/chalk.xml
index dcaf64f..4769b18 100644
--- a/src/filters/alpha-to-logo/chalk.xml
+++ b/src/filters/alpha-to-logo/chalk.xml
@@ -68,7 +68,7 @@
         The image will always be resized to the active layer's size.
       </para>
     </warning>
-    <itemizedlist>
+    <orderedlist>
       <para>The <quote>Chalk</quote> filter</para>
       <listitem>
         <para>
@@ -95,7 +95,7 @@
           increases the luminosity <link linkend="gimp-tool-levels">level</link>.
         </para>
       </listitem>
-    </itemizedlist>
+    </orderedlist>
     <para>
       Unfortunately you cannot change the tool and filter options. But you may
       reproduce the process step by step using the methods listed above,
diff --git a/src/filters/light_effects/xach-effect.xml b/src/filters/light_effects/xach-effect.xml
index 59a8e34..9b3dd8a 100644
--- a/src/filters/light_effects/xach-effect.xml
+++ b/src/filters/light_effects/xach-effect.xml
@@ -45,7 +45,7 @@
       This filter adds a subtle translucent 3D effect to the selected region
       or alpha channel. This 3D effect is achieved by
     </para>
-    <itemizedlist>
+    <orderedlist>
       <listitem>
         <para>
           Highlighting the selection: a new layer (<quote>Highlight</quote>)
@@ -77,7 +77,7 @@
           at the bottom right side of the selection.
         </para>
       </listitem>
-    </itemizedlist>
+    </orderedlist>
     <para>
       You may vary these default settings, for example select different colors
       for highlight or shadow and change amount and directions of offsets.



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