diff options
author | Darrell Anderson <[email protected]> | 2012-11-04 01:27:15 -0600 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-12-22 14:01:26 +0100 |
commit | c705bc9f9ba843d33c1c91b780741e9e032e1ca1 (patch) | |
tree | 6e7257fbe56f8e9e918370e2c082ddc75daece11 /kgoldrunner/src/kgoldrunner.cpp | |
parent | 0ea1dc87b088a0d65f50820d1addefe9907b5469 (diff) | |
download | tdegames-c705bc9f9ba843d33c1c91b780741e9e032e1ca1.tar.gz tdegames-c705bc9f9ba843d33c1c91b780741e9e032e1ca1.zip |
Fix references to user profile directory.
(cherry picked from commit 3cbae8eb2983c65230ecea7149b8869bd845bc85)
Diffstat (limited to 'kgoldrunner/src/kgoldrunner.cpp')
-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 58f0e9b9..86577a31 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 // $KDEDIRS (e.g. "/usr/local/kde" or "/opt/trinity/"). Application user data - // files are in a directory structure given by $KDEHOME ("$HOME/.kde"). + // files are in a directory structure given by $KDEHOME ("$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 |