Git commit 9136bac65a1cb6ab31283fa2b665591a5857fcb7 by Yuri Chornoivan. Committed on 05/05/2013 at 16:02. Pushed by yurchor into branch 'master'.
replace part of menu chapter with link to fundamentals M +8 -55 doc/index.docbook http://commits.kde.org/kspaceduel/9136bac65a1cb6ab31283fa2b665591a5857fcb7 diff --git a/doc/index.docbook b/doc/index.docbook index 67592d3..694a7d5 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -171,14 +171,8 @@ sun shines directly on the solar panels and less or even no energy if the sun sh </sect1> </chapter> -<chapter id="interface"><title>Interface Overview</title> <!-- do not change this! --> -<!-- This section has to do with menubar. Describe every single entry in order. Use <variablelist> and <varlistentry>. Split the chapter into sections using <sect1(2,3)> for better viewing.--> +<chapter id="interface"><title>Menu Items</title> -<sect1 id="game-menu"> -<title>The <guimenu>Game</guimenu> Menu</title> - -<para>The <guimenu>Game</guimenu> menu is used to start and pause the game.</para> - <variablelist> <varlistentry> <term><menuchoice> @@ -211,49 +205,6 @@ sun shines directly on the solar panels and less or even no energy if the sun sh </menuchoice></term> <listitem><para><action>Quits</action> &kappname;</para></listitem> </varlistentry> -</variablelist> - -</sect1> - -<sect1 id="settings-menu"> -<title>The <guimenu>Settings</guimenu> Menu</title> - -<variablelist> -<varlistentry> -<term><menuchoice> -<guimenu>Settings</guimenu><guimenuitem>Show Toolbar</guimenuitem> </menuchoice></term> -<listitem><para>When selected, the toolbar will be visible. When not selected, -the toolbar will be hidden.</para></listitem> -</varlistentry> - -<varlistentry> -<term><menuchoice> -<guimenu>Settings</guimenu><guimenuitem>Show Statusbar</guimenuitem> -</menuchoice></term> -<listitem><para>When selected, the status bar (the bar along the bottom of the -screen which gives textual information) will be visible. When not selected, the -status bar will be hidden.</para></listitem> -</varlistentry> - -<varlistentry> -<term><menuchoice> -<guimenu>Settings</guimenu> -<guimenuitem>Configure Shortcuts...</guimenuitem> -</menuchoice></term> -<listitem><para>Allows you to change the keyboard shortcuts for &kappname;, -including the keys for steering the space ship, firing bullets &etc;</para> -</listitem> -</varlistentry> - -<varlistentry id="settings-menu-toolbar"> -<term> -<menuchoice><guimenu>Settings</guimenu> -<guimenuitem>Configure Toolbars...</guimenuitem> -</menuchoice></term> -<listitem><para>Display the standard &kde; Toolbar Configuration Dialog.</para> -</listitem> -</varlistentry> - <varlistentry id="settings-menu-settings"> <term><menuchoice> <guimenu>Settings</guimenu> @@ -265,12 +216,14 @@ Options</link> for further information.</para></listitem> </varlistentry> </variablelist> -</sect1> +<para> +Additionally &kspaceduel; has the common &kde; <guimenu>Settings</guimenu> and <guimenu>Help</guimenu> +menu items, for more information read the sections about the +<ulink url="help:/fundamentals/ui.html#menus-settings">Settings Menu</ulink> and +<ulink url="help:/fundamentals/ui.html#menus-help">Help Menu</ulink> +of the &kde; Fundamentals. +</para> -<sect1 id="help"><!--This is a standard Help menubar entry. Only change if needed.--> -<title>The <guimenu>Help</guimenu> Menu</title> -&help.menu.documentation; -</sect1> </chapter> <chapter id="faq"><title>Frequently asked questions</title> <!-- do not change this! -->
