diff options
author | rbuj <[email protected]> | 2018-10-03 09:54:45 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-10-03 12:13:30 +0200 |
commit | e8317992432a5af13355c986bbf39e20d767a0ea (patch) | |
tree | 1a5db7db9471262b2d8673229e9602088dd56b0f /netspeed/help/C/index.docbook | |
parent | 0412e78e141e01549604f3c484096b437473049d (diff) | |
download | mate-applets-e8317992432a5af13355c986bbf39e20d767a0ea.tar.bz2 mate-applets-e8317992432a5af13355c986bbf39e20d767a0ea.tar.xz |
Use orderedlist to describe the steps to add the applet to a panel
Diffstat (limited to 'netspeed/help/C/index.docbook')
-rw-r--r-- | netspeed/help/C/index.docbook | 34 |
1 files changed, 28 insertions, 6 deletions
diff --git a/netspeed/help/C/index.docbook b/netspeed/help/C/index.docbook index 62c34d69..ac4f6145 100644 --- a/netspeed/help/C/index.docbook +++ b/netspeed/help/C/index.docbook @@ -257,12 +257,34 @@ of the network device. </informaltable> </sect2> <sect2> - <title>To Add Netspeed to a Panel</title> - <para>To add <application>&applet;</application> to a panel, right-click on the panel, then choose <menuchoice> - <guimenu>Add to Panel</guimenu> - <guisubmenu>Network</guisubmenu> - <guimenuitem>&applet;</guimenuitem> - </menuchoice>.</para> + <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> </sect2> </sect1> <sect1 id="netspeed_applet-settings"> |