diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:46:07 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-11-09 01:57:38 +0100 |
commit | 205b3397710e08554fe2be67dee5fa4876e8d234 (patch) | |
tree | 28a5fc9e5fb7519f0063310cf0f70f521244fdec /kio/kfile | |
parent | 03929452275f29cf2c2cb7b331be898838506e14 (diff) | |
download | tdelibs-205b3397710e08554fe2be67dee5fa4876e8d234.tar.gz tdelibs-205b3397710e08554fe2be67dee5fa4876e8d234.zip |
Fix references to user profile directory.
(cherry picked from commit e256298e9d1d5f3f7fb5660f0ca33ea8489acd08)
Diffstat (limited to 'kio/kfile')
-rw-r--r-- | kio/kfile/kpropertiesdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kfile/kpropertiesdialog.cpp b/kio/kfile/kpropertiesdialog.cpp index ac485eb93..3ce3f27cd 100644 --- a/kio/kfile/kpropertiesdialog.cpp +++ b/kio/kfile/kpropertiesdialog.cpp @@ -1398,7 +1398,7 @@ void KFilePropsPlugin::slotCopyFinished( KIO::Job * job ) assert( properties->item() ); assert( !properties->item()->url().isEmpty() ); - // Save the file where we can -> usually in ~/.kde/... + // Save the file where we can -> usually in ~/.trinity/... if (KBindingPropsPlugin::supports(properties->items()) && !m_sRelativePath.isEmpty()) { KURL newURL; |