diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-11 11:59:20 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-11 11:59:20 -0500 |
commit | 7837f2ddb80e14ae851f95d4a86d8246d1d8db4f (patch) | |
tree | b9601b812baae20944ce9471bf068aa85124e437 | |
parent | b334868e894f7ca29fd91f93eb26532a9ce1ac09 (diff) | |
download | tdegames-7837f2ddb80e14ae851f95d4a86d8246d1d8db4f.tar.gz tdegames-7837f2ddb80e14ae851f95d4a86d8246d1d8db4f.zip |
Update HTML install path references.
-rw-r--r-- | doc/kpat/man-kpat.6.docbook | 2 | ||||
-rw-r--r-- | kgoldrunner/src/kgoldrunner.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/kpat/man-kpat.6.docbook b/doc/kpat/man-kpat.6.docbook index 61346109..0ae85f1e 100644 --- a/doc/kpat/man-kpat.6.docbook +++ b/doc/kpat/man-kpat.6.docbook @@ -314,7 +314,7 @@ sets the client geometry of the main widget. <para> &kpat; is documented in detail in <emphasis>The &kpat; Handbook</emphasis> -(<filename>$<envar>TDEDIR</envar>share/doc/HTML/en/kpat/index.html</filename> +(<filename>$<envar>TDEDIR</envar>share/doc/tde/HTML/en/kpat/index.html</filename> or enter <userinput>help://kpat/index.html</userinput> in &konqueror;).</para> </refsect1> diff --git a/kgoldrunner/src/kgoldrunner.cpp b/kgoldrunner/src/kgoldrunner.cpp index 6c01cdbc..5bc35bee 100644 --- a/kgoldrunner/src/kgoldrunner.cpp +++ b/kgoldrunner/src/kgoldrunner.cpp @@ -826,7 +826,7 @@ bool KGoldrunner::getDirectories() // $TDEDIRS (e.g. "/usr/local/kde" or "/opt/trinity/"). Application user data // files are in a directory structure given by $TDEHOME ("$HOME/.kde"). // Within those two structures, the three sub-directories will typically be - // "share/doc/HTML/en/kgoldrunner/", "share/apps/kgoldrunner/system/" and + // "share/doc/tde/HTML/en/kgoldrunner/", "share/apps/kgoldrunner/system/" and // "share/apps/kgoldrunner/user/". Note that it is necessary to have // an extra path level ("system" or "user") after "kgoldrunner", otherwise // all the KGoldrunner files have similar path names (after "apps") and |