diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:27:15 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:27:15 -0600 |
commit | 3cbae8eb2983c65230ecea7149b8869bd845bc85 (patch) | |
tree | af24d8f2ca495899e3925d278749a180f85251b8 /kgoldrunner | |
parent | 7b29b83606bd46489df68a8e429e62315ea91e28 (diff) | |
download | tdegames-3cbae8eb2983c65230ecea7149b8869bd845bc85.tar.gz tdegames-3cbae8eb2983c65230ecea7149b8869bd845bc85.zip |
Fix references to user profile directory.
Diffstat (limited to 'kgoldrunner')
-rw-r--r-- | kgoldrunner/src/kgoldrunner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kgoldrunner/src/kgoldrunner.cpp b/kgoldrunner/src/kgoldrunner.cpp index a50d04d8..54726d8f 100644 --- a/kgoldrunner/src/kgoldrunner.cpp +++ b/kgoldrunner/src/kgoldrunner.cpp @@ -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 |