diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-06 02:25:18 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-01-06 02:25:18 +0100 |
commit | f99c7f6c54aaf96eec1f58c2eaacb46edc6de8cd (patch) | |
tree | b3de0b458b84e88c6426cebed026d284cb03c652 /doc/userguide | |
parent | a4a54d1ee3c220a7e698c96a11500a4eba22800a (diff) | |
download | tdebase-f99c7f6c54aaf96eec1f58c2eaacb46edc6de8cd.tar.gz tdebase-f99c7f6c54aaf96eec1f58c2eaacb46edc6de8cd.zip |
Rename kdebugdialog -> tdedebugdialog
Diffstat (limited to 'doc/userguide')
-rw-r--r-- | doc/userguide/credits-and-license.docbook | 2 | ||||
-rw-r--r-- | doc/userguide/under-the-hood.docbook | 22 |
2 files changed, 12 insertions, 12 deletions
diff --git a/doc/userguide/credits-and-license.docbook b/doc/userguide/credits-and-license.docbook index cc1872d2e..b4395aed1 100644 --- a/doc/userguide/credits-and-license.docbook +++ b/doc/userguide/credits-and-license.docbook @@ -105,7 +105,7 @@ The &tde; Team thanks and acknowledges the original &kde; contributors of this g <itemizedlist> <listitem><para>Wrote <xref linkend="configuring-toolbars"/>.</para> </listitem> -<listitem><para>Wrote <xref linkend="kdebugdialog" />.</para> +<listitem><para>Wrote <xref linkend="tdedebugdialog" />.</para> </listitem> </itemizedlist> diff --git a/doc/userguide/under-the-hood.docbook b/doc/userguide/under-the-hood.docbook index 62ab1a5ec..6757cc8d9 100644 --- a/doc/userguide/under-the-hood.docbook +++ b/doc/userguide/under-the-hood.docbook @@ -385,17 +385,17 @@ window.</para></listitem> </sect1> -<sect1 id="kdebugdialog"> +<sect1 id="tdedebugdialog"> -<title>&kdebugdialog; - Controlling &tde;'s Debugging Output</title> +<title>&tdedebugdialog; - Controlling &tde;'s Debugging Output</title> -<sect2 id="kdebugdialog-basic-usage"> +<sect2 id="tdedebugdialog-basic-usage"> <title>Basic Usage</title> -<para>&kdebugdialog; is not in the &kmenu; by default. You will need to run +<para>&tdedebugdialog; is not in the &kmenu; by default. You will need to run it from the shell or from the mini-CLI <!-- link to CLI, for sure --> with -the command <userinput><command>kdebugdialog</command></userinput>. -&kdebugdialog; pops up a window with a long list of debugging areas. Each +the command <userinput><command>tdedebugdialog</command></userinput>. +&tdedebugdialog; pops up a window with a long list of debugging areas. Each area has a checkbox that you can check or uncheck <!-- perhaps select/deselect --> in order to enable or disable debugging output for that part of &tde;.</para> @@ -416,13 +416,13 @@ buttons which will cause &tde; to produce a mountain of debugging output, or very little.</para> </sect2> -<sect2 id="kdebugdialog-fullmode"> -<title>KDebugDialog in full mode</title> +<sect2 id="tdedebugdialog-fullmode"> +<title>TDEDebugDialog in full mode</title> -<!-- this text partly taken from the kdebugdialog handbook --> +<!-- this text partly taken from the tdedebugdialog handbook --> -<para>In full mode, which is what you get when you start kdebugdialog as -<userinput><command>kdebugdialog</command> +<para>In full mode, which is what you get when you start tdedebugdialog as +<userinput><command>tdedebugdialog</command> <option>--fullmode</option></userinput>, the same list of debugging areas as in plain mode is available, but you can select only one at a time from a drop-down <!-- combo? --> box. You may then independently set the output |