Fix references to user profile directory.

pull/1/head
Darrell Anderson 12 years ago
parent 7b29b83606
commit 3cbae8eb29

@ -199,7 +199,7 @@ You score 20 points for killing a computer snake.
To create your own level, copy one of the levels from <filename
class="directory">$<envar>TDEDIR</envar>/share/apps/ksnake/levels</filename> to
<filename
class="directory">$<envar>HOME</envar>/.kde/share/apps/ksnake</filename> and
class="directory">$<envar>HOME</envar>/.trinity/share/apps/ksnake</filename> and
edit it with a bitmap editor. You can then select it in
<menuchoice><guimenu>Settings</guimenu> <guimenuitem>Configure &ksnake;...</guimenuitem>
</menuchoice> in the <guilabel>First Level</guilabel> tab.

@ -236,7 +236,7 @@ be able to make any changes to these options.</para></note>
<tip><para> If you have found an interesting configuration, mail it to the
author of the game. It can be implemented in a future version (send the part
[Game] in the file
<filename>~/.kde/share/config/kspaceduelrc</filename>).</para></tip>
<filename>~/.trinity/share/config/kspaceduelrc</filename>).</para></tip>
<para>When you are finished altering the options, you should click on
<guibutton>OK</guibutton> to apply your changes.</para>

@ -824,7 +824,7 @@ bool KGoldrunner::getDirectories()
// WHERE THINGS ARE: In the KDE 3 environment (Release 3.1.1), application
// documentation and data files are in a directory structure given by
// $TDEDIRS (e.g. "/usr/local/kde" or "/opt/trinity/"). Application user data
// files are in a directory structure given by $TDEHOME ("$HOME/.kde").
// files are in a directory structure given by $TDEHOME ("$HOME/.trinity").
// Within those two structures, the three sub-directories will typically be
// "share/doc/tde/HTML/en/kgoldrunner/", "share/apps/kgoldrunner/system/" and
// "share/apps/kgoldrunner/user/". Note that it is necessary to have

Loading…
Cancel
Save