Git commit 5c8bf62544d2cc41635595ebf433b9e7b7b4371e by Burkhard L?ck. Committed on 05/05/2013 at 21:18. Pushed by lueck into branch 'master'.
replace part of menu chapter with link to fundamentals M +10 -66 doc/index.docbook http://commits.kde.org/kdiamond/5c8bf62544d2cc41635595ebf433b9e7b7b4371e diff --git a/doc/index.docbook b/doc/index.docbook index 002b380..a5ea275 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -27,8 +27,8 @@ <legalnotice>&FDLNotice;</legalnotice> -<date>2010-01-21</date> -<releaseinfo>1.3.1</releaseinfo> +<date>2013-05-051</date> +<releaseinfo>1.4 (&kde; 4.11)</releaseinfo> <abstract> <para> @@ -87,8 +87,8 @@ Click on one diamond, then on one of its neighbors. The diamonds will then be sw <chapter id="interface-overview"> <title>Interface Overview</title> -<sect1 id="game-menu"> - <title><guimenu>Game</guimenu> Menu</title> +<sect1 id="menu"> +<title>Menu Items</title> <variablelist> <varlistentry> @@ -146,14 +146,7 @@ Quits the program. </para> </listitem> </varlistentry> -</variablelist> - -</sect1> -<sect1 id="move-menu"> -<title><guimenu>Move</guimenu> Menu</title> - -<variablelist> <varlistentry> <term><menuchoice> <shortcut><keycap>H</keycap></shortcut> @@ -166,38 +159,6 @@ Highlight a diamond which can be moved. </para> </listitem> </varlistentry> -</variablelist> - -</sect1> - -<sect1 id="settings-menu"> -<title><guimenu>Settings</guimenu> Menu</title> - -<variablelist> - -<varlistentry> -<term><menuchoice> -<guimenu>Settings</guimenu> -<guimenuitem>Show Toolbar</guimenuitem> -</menuchoice></term> -<listitem> -<para> -Toggles on and off the display of the toolbar. -</para> -</listitem> -</varlistentry> - -<varlistentry> -<term><menuchoice> -<guimenu>Settings</guimenu> -<guimenuitem>Show Statusbar</guimenuitem> -</menuchoice></term> -<listitem> -<para> -Toggles on and off the display of the statusbar. -</para> -</listitem> -</varlistentry> <varlistentry> <term><menuchoice> @@ -218,24 +179,6 @@ Toggles on and off the display of the statusbar. </varlistentry> <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 Notifications...</guimenuitem></menuchoice></term> <listitem><para>This item displays a standard &kde; notifications configuration @@ -252,12 +195,13 @@ dialog, where you can change the notifications (sounds, visible messages, </varlistentry> </variablelist> -</sect1> -<sect1 id="help"> -<title><guimenu>Help</guimenu> Menu</title> - -&help.menu.documentation; +<para> +Additionally &kappname; 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>
