diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:46:07 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:46:07 -0500 |
commit | e256298e9d1d5f3f7fb5660f0ca33ea8489acd08 (patch) | |
tree | c1cb331fe9ebe18846c72c565342b82ce824877d /tdeui | |
parent | 55c0d54a9863b438be2949a4629ec3fb0a307fe4 (diff) | |
download | tdelibs-e256298e9d1d5f3f7fb5660f0ca33ea8489acd08.tar.gz tdelibs-e256298e9d1d5f3f7fb5660f0ca33ea8489acd08.zip |
Fix references to user profile directory.
Diffstat (limited to 'tdeui')
-rw-r--r-- | tdeui/kedittoolbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kedittoolbar.h b/tdeui/kedittoolbar.h index 4fcd5ac38..60a15d5de 100644 --- a/tdeui/kedittoolbar.h +++ b/tdeui/kedittoolbar.h @@ -370,7 +370,7 @@ public: /** * Save any changes the user made. The file will be in the user's - * local directory (usually $HOME/.kde/share/apps/\<appname\>). The + * local directory (usually $HOME/.trinity/share/apps/\<appname\>). The * filename will be the one specified in the constructor.. or the * made up one if the filename was NULL. * |