Git commit 48b78165d8cad5cf87688a000e57b007acf0b06d by Jonathan Riddell. Committed on 30/04/2014 at 14:57. Pushed by jriddell into branch 'master'.
rename kdebugdialog to kdebugdialog5 in documentation REVIEW:117905 M +4 -4 docs/kdebugdialog5/index.docbook http://commits.kde.org/kde4support/48b78165d8cad5cf87688a000e57b007acf0b06d diff --git a/docs/kdebugdialog5/index.docbook b/docs/kdebugdialog5/index.docbook index dc7c4c4..7c49614 100644 --- a/docs/kdebugdialog5/index.docbook +++ b/docs/kdebugdialog5/index.docbook @@ -1,7 +1,7 @@ <?xml version="1.0" ?> <!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ - <!ENTITY kdebugdialog "<application>KDebugDialog</application>"> + <!ENTITY kdebugdialog5 "<application>KDebugDialog</application>"> <!ENTITY kappname "&kdebugdialog;"> <!ENTITY % addindex "IGNORE"> <!ENTITY % English "INCLUDE" > <!-- change language only here --> @@ -9,7 +9,7 @@ ]> -<article id="kdebugdialog" lang="&language;"> +<article id="kdebugdialog5" lang="&language;"> <title>KDebugDialog</title> <articleinfo> <authorgroup> @@ -37,7 +37,7 @@ It features a simple and a full mode.</para> <varlistentry> <term>Simple mode</term> <listitem> -<para>If you simply start <command>kdebugdialog</command>, you will +<para>If you simply start <command>kdebugdialog5</command>, you will see a list of <quote>areas</quote>, that can be disabled or enabled. A <function>kDebug(area)</function> call in the code will show something in the debug output only if the area is enabled.</para> @@ -59,7 +59,7 @@ item using the check box in front of it. <varlistentry> <term>Full mode</term> <listitem> -<para>If you start <command>kdebugdialog</command> +<para>If you start <command>kdebugdialog5</command> <option>--fullmode</option>, then for every severity level you can define separately what should be done with the diagnostic messages of that level, and the same for each debug area.</para>
