diff options
| author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:13:02 -0500 |
|---|---|---|
| committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:13:02 -0500 |
| commit | f2d05b6e3332cf2d6488a85c3389ef9100ff580d (patch) | |
| tree | afaa6e55941a771cdbfdf51424e03e94913b8040 /lib/kofficecore | |
| parent | aa0e597d69c5fee77817b37b89407137893b3baf (diff) | |
| download | koffice-f2d05b6e3332cf2d6488a85c3389ef9100ff580d.tar.gz koffice-f2d05b6e3332cf2d6488a85c3389ef9100ff580d.zip | |
Fix references to user profile directory.
Diffstat (limited to 'lib/kofficecore')
| -rw-r--r-- | lib/kofficecore/KoDocument.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficecore/KoDocument.cpp b/lib/kofficecore/KoDocument.cpp index a54cfc257..6abf80837 100644 --- a/lib/kofficecore/KoDocument.cpp +++ b/lib/kofficecore/KoDocument.cpp @@ -2231,8 +2231,8 @@ KService::Ptr KoDocument::readNativeService( KInstance *instance ) // The old way is kept as fallback for compatibility, but in theory this is really never used anymore. // Try by path first, so that we find the global one (which has the native mimetype) - // even if the user created a kword.desktop in ~/.kde/share/applnk or any subdir of it. - // If he created it under ~/.kde/share/applnk/Office/ then no problem anyway. + // even if the user created a kword.desktop in ~/.trinity/share/applnk or any subdir of it. + // If he created it under ~/.trinity/share/applnk/Office/ then no problem anyway. service = KService::serviceByDesktopPath( TQString::fromLatin1("Office/%1.desktop").arg(instname) ); } if ( !service ) |
