Git commit 3310bc30f4ad0820c11e0ff31834ee0a03dfb2d4 by Burkhard L?ck. Committed on 06/05/2013 at 13:40. Pushed by lueck into branch 'master'.
update date + kde version in releaseinfo, replace two button pngs with color version D +- -- doc/button-redo.png D +- -- doc/button-undo.png A +- -- doc/edit-redo.png A +- -- doc/edit-undo.png M +6 -6 doc/index.docbook http://commits.kde.org/ktuberling/3310bc30f4ad0820c11e0ff31834ee0a03dfb2d4 diff --git a/doc/button-redo.png b/doc/button-redo.png deleted file mode 100644 index 8e9bcfd..0000000 Binary files a/doc/button-redo.png and /dev/null differ diff --git a/doc/button-undo.png b/doc/button-undo.png deleted file mode 100644 index 3e11db9..0000000 Binary files a/doc/button-undo.png and /dev/null differ diff --git a/doc/edit-redo.png b/doc/edit-redo.png new file mode 100644 index 0000000..d759f13 Binary files /dev/null and b/doc/edit-redo.png differ diff --git a/doc/edit-undo.png b/doc/edit-undo.png new file mode 100644 index 0000000..c893a1a Binary files /dev/null and b/doc/edit-undo.png differ diff --git a/doc/index.docbook b/doc/index.docbook index 34e358c..c2d37c1 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -37,8 +37,8 @@ </authorgroup> -<date>2012-08-06</date> -<releaseinfo>0.8.0 (&kde; 4.9)</releaseinfo> +<date>2013-05-06</date> +<releaseinfo>0.8.0 (&kde; 4.11)</releaseinfo> <copyright> <year>1999</year><year>2000</year><year>2002</year><year>2006</year> @@ -296,7 +296,7 @@ Prints your picture. <entry> <inlinemediaobject> <imageobject> - <imagedata format="PNG" fileref="button-undo.png"/> + <imagedata format="PNG" fileref="edit-undo.png"/> </imageobject> <textobject><phrase>Undo Button</phrase></textobject> </inlinemediaobject> @@ -316,7 +316,7 @@ Prints your picture. <entry> <inlinemediaobject> <imageobject> - <imagedata format="PNG" fileref="button-redo.png"/> + <imagedata format="PNG" fileref="edit-redo.png"/> </imageobject> <textobject><phrase>Redo Button</phrase></textobject> </inlinemediaobject> @@ -521,7 +521,7 @@ of the window the background is filled with the one specified in the theme. <varlistentry id="theme_change"> <term><menuchoice> <guimenu>Playground</guimenu> -<guimenuitem>Playground Name</guimenuitem> +<guimenuitem><replaceable>Playground Name</replaceable></guimenuitem> </menuchoice></term> <listitem><para><action>Switches to the playground</action>. </para></listitem> @@ -558,7 +558,7 @@ and properly configured to be able to hear sounds. <varlistentry> <term><menuchoice> <guimenu>Speech</guimenu> -<guimenuitem>Language Name</guimenuitem> +<guimenuitem><replaceable>Language Name</replaceable></guimenuitem> </menuchoice></term> <listitem><para><action>Toggles sound on and speaks the selected language</action>. </para></listitem>
