Git commit b5d88c82f155f43a2e27c2631d8258816ccaa248 by Yuri Chornoivan. Committed on 04/05/2013 at 14:12. Pushed by yurchor into branch 'master'.
replace part of menu chapter with link to fundamentals M +8 -54 doc/index.docbook http://commits.kde.org/picmi/b5d88c82f155f43a2e27c2631d8258816ccaa248 diff --git a/doc/index.docbook b/doc/index.docbook index 645ec94..cdaa335 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -99,8 +99,8 @@ Alternatively, the included preset puzzles can be played by selecting <guilabel> <chapter id="interface-overview"> <title>Interface Overview</title> -<sect1 id="game-menu"> - <title><guimenu>Game</guimenu> Menu</title> +<sect1 id="menu-items"> +<title>Menu Items</title> <variablelist> <varlistentry> @@ -173,14 +173,7 @@ Quits the program. </para> </listitem> </varlistentry> -</variablelist> - -</sect1> -<sect1 id="move-menu"> -<title><guimenu>Move</guimenu> Menu</title> - -<variablelist> <varlistentry> <term><menuchoice> <shortcut> @@ -225,26 +218,6 @@ Saves the current board position. </para> </listitem> </varlistentry> -</variablelist> - -</sect1> - -<sect1 id="settings-menu"> -<title><guimenu>Settings</guimenu> Menu</title> - -<variablelist> - -<varlistentry> -<term><menuchoice> -<guimenu>Settings</guimenu> -<guimenuitem>Show Statusbar</guimenuitem> -</menuchoice></term> -<listitem> -<para> -Toggles the display of the statusbar on and off. -</para> -</listitem> -</varlistentry> <varlistentry> <term><menuchoice> @@ -278,37 +251,18 @@ Switches into full screen mode. <varlistentry> <term><menuchoice> <guimenu>Settings</guimenu> -<guimenuitem>Configure Shortcuts...</guimenuitem> -</menuchoice></term> -<listitem><para> -<action>Opens a dialog which lets you redefine all the keyboard shortcuts.</action> -</para></listitem> -</varlistentry> - -<varlistentry> -<term><menuchoice> -<guimenu>Settings</guimenu> -<guimenuitem>Configure Toolbars...</guimenuitem> -</menuchoice></term> -<listitem><para>Displays a &kde; standard dialog where you can configure the toolbar icons.</para></listitem> -</varlistentry> - -<varlistentry> -<term><menuchoice> -<guimenu>Settings</guimenu> <guimenuitem>Configure &picmi;...</guimenuitem> </menuchoice></term> <listitem><para>Choose the game background image, board dimensions and settings for custom difficulty.</para></listitem> </varlistentry> - </variablelist> -</sect1> - -<sect1 id="help"> -<title><guimenu>Help</guimenu> Menu</title> - -&help.menu.documentation; +<para> +Additionally &picmi; 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> <sect1 id="keybindings">
