diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-07-02 19:41:37 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-07-02 19:41:37 +0200 |
commit | 39500a10a6c3a1403a55c282b0a453bd663d4c56 (patch) | |
tree | ebda49ec4e698b7d47ac6c00ed2689a64c52aeb2 /doc/en | |
parent | 979e7a713aabb63ffbe53b6a42a90e87bf4d1969 (diff) | |
download | kbiff-39500a10a6c3a1403a55c282b0a453bd663d4c56.tar.gz kbiff-39500a10a6c3a1403a55c282b0a453bd663d4c56.zip |
Initial TDE conversion
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/kbiff/Makefile.am | 2 | ||||
-rw-r--r-- | doc/en/kbiff/index.docbook | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/en/kbiff/Makefile.am b/doc/en/kbiff/Makefile.am index 171f575..d31367e 100644 --- a/doc/en/kbiff/Makefile.am +++ b/doc/en/kbiff/Makefile.am @@ -1,2 +1,2 @@ -KDE_LANG = en +TDE_LANG = en KDE_DOCS = AUTO diff --git a/doc/en/kbiff/index.docbook b/doc/en/kbiff/index.docbook index c8cf8d3..b356ec9 100644 --- a/doc/en/kbiff/index.docbook +++ b/doc/en/kbiff/index.docbook @@ -512,17 +512,17 @@ a physical entity that can be monitored by KBiff. An example of a mailbox is <para>Short answer: select them using the setup dialog. Longer answer: KBiff searches for its icons in the standard KDE icon path. Currently, this is -<programlisting>kdedir()/share/apps/kbiff/toolbar -kdedir()/share/toolbar -kdedir()/share/icons -kdedir()/share/apps/kbiff/pics +<programlisting>tdedir()/share/apps/kbiff/toolbar +tdedir()/share/toolbar +tdedir()/share/icons +tdedir()/share/apps/kbiff/pics $HOME/.kde/share/apps/kbiff/toolbar $HOME/.kde/share/toolbar $HOME/.kde/share/icons $HOME/.kde/share/apps/kbiff/pics</programlisting> </para> -<para>Where "kdedir()" is usally "/opt/kde" and $HOME is your home +<para>Where "tdedir()" is usally "/opt/kde" and $HOME is your home directory. If you put your pixmaps in any of these directories (the last one listed is recommended), then KBiff should have no problems finding and using them.</para> |