Version: 0.5 (using KDE KDE 3.3.1) Installed from: Debian testing/unstable Packages Compiler: gcc (GCC) 3.3.5 (Debian 1:3.3.5-5) OS: Linux There are a few typos in the Kbounce documentation. I'm looking at Revision 0.5 (2003-09-19) so if these problems have already been taken care of I'm sorry for wasting your time. Thanks The section "The Background Menu" can be removed. This menu does not exist. The Settings Menus section ought to look something like this: The Settings Menu Settings->Show/Hide Toolbar Shows/hides the KBounce toolbar. Settings->Show/Hide Statusbar Shows/hides the KBounce statusbar. Settings->Play Sounds If checked, KBounce game sounds are played. Settings->Configure Shortcuts... Opens a standard KDE shortcut configuration dialog, in which you can change the keyboard shortcuts used by KBounce. Settings->Configure Toolbars... Opens a dialog allowing for the adding or removing of buttons to the toolbar. Settings->Select Background Folder... Opens a dialog, in which you can select a folder to get images from to display on the background. (The background is considered the area that has been filled, not the area that has yet to be filled.) Settings->Show/Hide Background Shows/hides the background image. Note: this item will be unavailable until a background directory has been selected using Settings->Select Background Folder...
Created attachment 9158 [details] Updating kbounce stuff Thanks for the bug report, it was great! This patch should fix all the stuff you mentioned. Lauri, would you please commit? Thanks! Virgil
SVN commit 411056 by lauri: BUG:97178 M +15 -19 trunk/KDE/kdegames/doc/kbounce/index.docbook --- trunk/KDE/kdegames/doc/kbounce/index.docbook #411055:411056 @@ -235,49 +235,43 @@ <variablelist> <varlistentry> <term><menuchoice> -<guimenu>Background</guimenu> -<guimenuitem>Select Images...</guimenuitem> +<guimenu>Settings</guimenu> +<guimenuitem>Select Background Folder...</guimenuitem> </menuchoice> </term> <listitem> -<para><action>Choose an image for the background.</action></para> +<para><action>Choose a folder of images for the background.</action></para> </listitem> </varlistentry> <varlistentry> <term><menuchoice> -<guimenu>Background</guimenu> -<guimenuitem>Show Images</guimenuitem> +<guimenu>Settings</guimenu> +<guimenuitem>Show Toolbar</guimenuitem> </menuchoice></term> <listitem> -<para><action>Enable the background image.</action></para> +<para><action>Shows/hides the &kbounce; toolbar.</action></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> +<guimenuitem>Show Statusbar</guimenuitem> </menuchoice></term> <listitem> -<para><action>Shows/hides the &kbounce; toolbar.</action></para> +<para><action>Shows/hides the &kbounce; statusbar.</action></para> </listitem> </varlistentry> + <varlistentry> <term><menuchoice> <guimenu>Settings</guimenu> -<guimenuitem>Show Statusbar</guimenuitem> +<guimenuitem>Play Sounds</guimenuitem> </menuchoice></term> <listitem> -<para><action>Shows/hides the &kbounce; statusbar.</action></para> +<para><action>If checked, &kbounce; game sounds are played.</action></para> </listitem> </varlistentry> @@ -295,13 +289,15 @@ <varlistentry> <term><menuchoice> <guimenu>Settings</guimenu> -<guimenuitem>Play Sounds</guimenuitem> +<guimenuitem>Configure Toolbars...</guimenuitem> </menuchoice></term> <listitem> -<para><action>If checked, &kbounce; game sounds are played.</action></para> +<para><action>Opens a standard &kde; toolbar configuration dialog, in which +you can change the items on the toolbar.</action></para> </listitem> </varlistentry> + </variablelist> </sect1>