diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:21:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:21:00 -0600 |
commit | d03024efe5f00d47601bf7c8238427c31d8365da (patch) | |
tree | 8da5aa250e6109e7e5c1971abf2fd5787aed6e95 /lib/kofficecore/KoApplication.cpp | |
parent | 4027783574a91b544540812dd91c09948c64eed0 (diff) | |
download | koffice-d03024efe5f00d47601bf7c8238427c31d8365da.tar.gz koffice-d03024efe5f00d47601bf7c8238427c31d8365da.zip |
Rename kde-config to tde-config
Diffstat (limited to 'lib/kofficecore/KoApplication.cpp')
-rw-r--r-- | lib/kofficecore/KoApplication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/KoApplication.cpp b/lib/kofficecore/KoApplication.cpp index a4cfcc149..6f661d392 100644 --- a/lib/kofficecore/KoApplication.cpp +++ b/lib/kofficecore/KoApplication.cpp @@ -96,7 +96,7 @@ bool KoApplication::start() if ( entry.isEmpty() ) { kdError( 30003 ) << instanceName() << "part.desktop not found." << endl; - kdError( 30003 ) << "Run 'kde-config --path services' to see which directories were searched, assuming kde startup had the same environment as your current shell." << endl; + kdError( 30003 ) << "Run 'tde-config --path services' to see which directories were searched, assuming kde startup had the same environment as your current shell." << endl; kdError( 30003 ) << "Check your installation (did you install KOffice in a different prefix than KDE, without adding the prefix to /etc/kderc ?)" << endl; return false; } |