diff options
Diffstat (limited to 'multiload/docs/C')
| -rw-r--r-- | multiload/docs/C/index.docbook | 46 | 
1 files changed, 34 insertions, 12 deletions
| diff --git a/multiload/docs/C/index.docbook b/multiload/docs/C/index.docbook index 813e66da..273724e1 100644 --- a/multiload/docs/C/index.docbook +++ b/multiload/docs/C/index.docbook @@ -237,18 +237,40 @@  	<listitem><para>Disk load</para></listitem>        </itemizedlist> -      <sect2 id="multiload-introduction-add"> -        <title>To Add &applet; to a Panel</title> -	<para>To add <application>&applet;</application> to a panel, -	right-click on the panel, then choose <guimenuitem>Add to -	Panel</guimenuitem>.  Select <application>&applet;</application> -	in the <application>Add to Panel</application> dialog, then -	click <guibutton>Add</guibutton>.</para> -        <para> -          The layout of the <application>&applet;</application> varies -          depending on the size and type of panel in which the applet resides. -        </para> -      </sect2> +    <sect2 id="multiload-introduction-add"> +      <title>To Add &applet; to a Panel</title> +      <para> +        To add <application>&applet;</application> to a panel, perform the +        following steps: +      </para> +      <orderedlist> +        <listitem> +          <para> +            Right-click on the panel. +          </para> +        </listitem> +        <listitem> +          <para> +            Choose <guimenuitem>Add to Panel</guimenuitem>. +          </para> +        </listitem> +        <listitem> +          <para> +            Scroll down the list of items in the <guilabel>Add to Panel</guilabel> +            dialog, then select <guilabel>&applet;</guilabel>. +          </para> +        </listitem> +        <listitem> +          <para> +            Click <guibutton>Add</guibutton>. +          </para> +        </listitem> +      </orderedlist> +      <para> +        The layout of the <application>&applet;</application> varies +        depending on the size and type of panel in which the applet resides. +      </para> +    </sect2>    </sect1> | 
