Bug 91103 - &help.menu.documentation; appears two times in the kmplot handbook
Summary: &help.menu.documentation; appears two times in the kmplot handbook
Status: RESOLVED FIXED
Alias: None
Product: docs.kde.org
Classification: Websites
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Documentation Editorial Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-11 10:15 UTC by Ludovic Grossard
Modified: 2004-10-11 21:51 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ludovic Grossard 2004-10-11 10:15:41 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:                Linux

In the kmplot handbook, commands.docbook, the following text appreas two times:

<para>The standard &kde; <guimenu>Help</guimenu> entries are:</para>
&help.menu.documentation;

The first one should be removed
Comment 1 Tom Albers 2004-10-11 21:51:54 UTC
CVS commit by toma: 

Removed duplicate entry of the help items and moved tools above help. 
CCMAIL: phil.rod@ntlworld.com, 91103-done@bugs.kde.org


  M +16 -19    commands.docbook   1.9


--- kdeedu/doc/kmplot/commands.docbook  #1.8:1.9
@@ -332,40 +332,36 @@
 
 </sect1>
-<sect1 id="a-help-menu">
-<title>The <guimenu>Help</guimenu> Menu</title>
 
-<para>&kmplot; has a standard &kde; <guimenu>Help</guimenu> as described
-below, with one addition:</para>
+<sect1 id="a-tools-menu">
+<title>The <guimenu>Tools</guimenu> Menu</title>
+
+<para>This menu constains some tools for the functions that can be useful:</para>
 
 <variablelist>
 <varlistentry>
-<term><menuchoice><guimenu>Help</guimenu>
-<guimenuitem>Names...</guimenuitem>
+<term><menuchoice><guimenu>Tools</guimenu>
+<guimenuitem>Get y-value</guimenuitem>
 </menuchoice></term>
 <listitem>
-<para>Opens a window with a list of the predefined function names and constants
-that &kmplot; knows.</para>
+<para>Let the user get the y-value from a specific x-value. At the moment, only plot functions are supported. Type a value or expression in the textbox under "X:". In the list below all the available functions are shown. Press the "Calculate" button to find the function's y-value. The result will be shown in the y-value box.</para>
 </listitem>
 </varlistentry>
 </variablelist>
-
-<para>The standard &kde; <guimenu>Help</guimenu> entries are:</para>
-
-&help.menu.documentation;
-
 </sect1>
 
-<sect1 id="a-tools-menu">
-<title>The <guimenu>Tools</guimenu> Menu</title>
+<sect1 id="a-help-menu">
+<title>The <guimenu>Help</guimenu> Menu</title>
 
-<para>This menu constains some tools for the functions that can be useful:</para>
+<para>&kmplot; has a standard &kde; <guimenu>Help</guimenu> as described
+below, with one addition:</para>
 
 <variablelist>
 <varlistentry>
-<term><menuchoice><guimenu>Tools</guimenu>
-<guimenuitem>Get y-value</guimenuitem>
+<term><menuchoice><guimenu>Help</guimenu>
+<guimenuitem>Names...</guimenuitem>
 </menuchoice></term>
 <listitem>
-<para>Let the user get the y-value from a specific x-value. At the moment, only plot functions are supported. Type a value or expression in the textbox under "X:". In the list below all the available functions are shown. Press the "Calculate" button to find the function's y-value. The result will be shown in the y-value box.</para>
+<para>Opens a window with a list of the predefined function names and constants
+that &kmplot; knows.</para>
 </listitem>
 </varlistentry>
@@ -378,4 +374,5 @@
 </sect1>
 
+
 </chapter>
 <!--