Git commit f9c3fec2f6a80c805dad3fd92d6170ff69519535 by Yuri Chornoivan. Committed on 04/05/2013 at 14:59. Pushed by yurchor into branch 'master'.
replace part of menu chapter with link to fundamentals M +16 -23 doc/index.docbook http://commits.kde.org/palapeli/f9c3fec2f6a80c805dad3fd92d6170ff69519535 diff --git a/doc/index.docbook b/doc/index.docbook index 0559c95..20ade65 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -234,29 +234,22 @@ <chapter id="interface"> <title>Interface Overview</title> - <para>&palapeli;'s two areas, the puzzle collection and the puzzle table, are embedded into the menubar as tabs. There are also two menus with standard actions which are described below.</para> - <sect1 id="settings-menu"> - <title>The <guimenu>Settings</guimenu> Menu</title> - <variablelist> - <varlistentry> - <term><menuchoice><guimenu>Settings</guimenu><guimenuitem>Show statusbar of puzzle table</guimenuitem></menuchoice></term> - <listitem><para><action>Toggle the display of the progress bar and buttons below the puzzle table.</action> This action will change nothing in the puzzle collection.</para></listitem> - </varlistentry> - <varlistentry> - <term><menuchoice><guimenu>Settings</guimenu><guimenuitem>Configure Shortcuts...</guimenuitem></menuchoice></term> - <listitem><para><action>Open a dialog where you can configure the shortcut keys</action> for &palapeli;</para></listitem> - </varlistentry> - <varlistentry id="settings-menu-configure"> - <term><menuchoice><guimenu>Settings</guimenu><guimenuitem>Configure &palapeli;...</guimenuitem></menuchoice></term> - <listitem><para>Open a game configuration dialog. See <link linkend="configuration">Game Configuration</link> section for more details.</para> - </listitem> - </varlistentry> - </variablelist> - </sect1> - <sect1 id="help"> - <title>The <guimenu>Help</guimenu> Menu</title> - &help.menu.documentation; - </sect1> + <para>&palapeli;'s two areas, the puzzle collection and the puzzle table, are embedded into the menubar as tabs. There are also menus with standard actions which are described below.</para> + <variablelist> + <varlistentry> + <term><menuchoice><guimenu>Settings</guimenu><guimenuitem>Show statusbar of puzzle table</guimenuitem></menuchoice></term> + <listitem><para><action>Toggle the display of the progress bar and buttons below the puzzle table.</action> This action will change nothing in the puzzle collection.</para></listitem> + </varlistentry> + <varlistentry id="settings-menu-configure"> + <term><menuchoice><guimenu>Settings</guimenu><guimenuitem>Configure &palapeli;...</guimenuitem></menuchoice></term> + <listitem><para>Open a game configuration dialog. See <link linkend="configuration">Game Configuration</link> section for more details.</para> + </listitem> + </varlistentry> + </variablelist> + <para> + Additionally &palapeli; 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> </chapter> <chapter id="configuration">
