diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-06 02:24:46 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-01-06 02:24:46 +0100 |
commit | dfdb8a6de3b737fcfdee6c3ca836c730e2ef83a6 (patch) | |
tree | b57b616e3936211458d566e3fc208e2e6e988e0d /tde-i18n-en_GB/docs/tdebase | |
parent | bf754acc132242bfabe165be4e2cb9e556068e8d (diff) | |
download | tde-i18n-dfdb8a6de3b737fcfdee6c3ca836c730e2ef83a6.tar.gz tde-i18n-dfdb8a6de3b737fcfdee6c3ca836c730e2ef83a6.zip |
Rename kdebugdialog -> tdedebugdialog
Diffstat (limited to 'tde-i18n-en_GB/docs/tdebase')
-rw-r--r-- | tde-i18n-en_GB/docs/tdebase/tdedebugdialog/CMakeLists.txt (renamed from tde-i18n-en_GB/docs/tdebase/kdebugdialog/CMakeLists.txt) | 2 | ||||
-rw-r--r-- | tde-i18n-en_GB/docs/tdebase/tdedebugdialog/Makefile.am (renamed from tde-i18n-en_GB/docs/tdebase/kdebugdialog/Makefile.am) | 2 | ||||
-rw-r--r-- | tde-i18n-en_GB/docs/tdebase/tdedebugdialog/index.docbook (renamed from tde-i18n-en_GB/docs/tdebase/kdebugdialog/index.docbook) | 20 |
3 files changed, 12 insertions, 12 deletions
diff --git a/tde-i18n-en_GB/docs/tdebase/kdebugdialog/CMakeLists.txt b/tde-i18n-en_GB/docs/tdebase/tdedebugdialog/CMakeLists.txt index 4a29dabb5e7..60ce1f4b375 100644 --- a/tde-i18n-en_GB/docs/tdebase/kdebugdialog/CMakeLists.txt +++ b/tde-i18n-en_GB/docs/tdebase/tdedebugdialog/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is genereted by triniy-automake-cmake-convert script by Fat-Zer tde_create_handbook( - DESTINATION kdebugdialog + DESTINATION tdedebugdialog LANG en_GB ) diff --git a/tde-i18n-en_GB/docs/tdebase/kdebugdialog/Makefile.am b/tde-i18n-en_GB/docs/tdebase/tdedebugdialog/Makefile.am index 9ad90741fb7..b70758c2245 100644 --- a/tde-i18n-en_GB/docs/tdebase/kdebugdialog/Makefile.am +++ b/tde-i18n-en_GB/docs/tdebase/tdedebugdialog/Makefile.am @@ -1,4 +1,4 @@ KDE_LANG = en_GB SUBDIRS = $(AUTODIRS) -KDE_DOCS = kdebugdialog +KDE_DOCS = tdedebugdialog KDE_MANS = AUTO diff --git a/tde-i18n-en_GB/docs/tdebase/kdebugdialog/index.docbook b/tde-i18n-en_GB/docs/tdebase/tdedebugdialog/index.docbook index 085fd300c1f..da8a975e139 100644 --- a/tde-i18n-en_GB/docs/tdebase/kdebugdialog/index.docbook +++ b/tde-i18n-en_GB/docs/tdebase/tdedebugdialog/index.docbook @@ -1,10 +1,10 @@ <?xml version="1.0" ?> <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ - <!ENTITY kdebugdialog "<application ->KDebugDialog</application + <!ENTITY tdedebugdialog "<application +>TDEDebugDialog</application >"> - <!ENTITY kappname "&kdebugdialog;"> + <!ENTITY kappname "&tdedebugdialog;"> <!ENTITY % addindex "IGNORE"> <!ENTITY % British-English "INCLUDE" > <!-- change language only here --> @@ -15,7 +15,7 @@ <book lang="&language;"> <bookinfo> <title ->The &kdebugdialog; Handbook</title> +>The &tdedebugdialog; Handbook</title> <authorgroup> <author @@ -44,27 +44,27 @@ <abstract> <para ->This document describes &kdebugdialog;.</para> +>This document describes &tdedebugdialog;.</para> </abstract> <keywordset> <keyword >KDE</keyword> <keyword ->KDebugdialog</keyword> +>TDEDebugdialog</keyword> </keywordset> </bookinfo> <chapter id="Introduction"> <title ->What is KDebugDialog?</title> +>What is TDEDebugDialog?</title> <para >It is a dialogue box for managing diagnostic messages at runtime. </para> <para >If you simply start <command ->kdebugdialog</command +>tdedebugdialog</command >, you will see a list of <quote >areas</quote >, that can be disabled or enabled. A <function @@ -91,7 +91,7 @@ <para >If you start <command ->kdebugdialog</command +>tdedebugdialog</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> @@ -188,7 +188,7 @@ >, your entries are discarded and the old ones are restored.</para> <para ->Credits to Kalle Dalheimer for the original version of &kdebugdialog;</para> +>Credits to Kalle Dalheimer for the original version of &tdedebugdialog;</para> </chapter> |