Rename kderc -> tderc in support of bug report 1447.

pull/1/head
Darrell Anderson 11 years ago
parent 6d217d9776
commit 6446bc0fbf

@ -105,7 +105,7 @@ KDE Specific
If you use ./configure --prefix to install KOffice in a different
location than the rest of KDE, you need to tell KDE about it.
For this, either set $TDEDIRS so that it contains both prefixes,
or add this to /etc/kderc :
or add this to /etc/tderc :
[Directories]
prefixes=/the/prefix/I/used/to/install/koffice/

@ -97,7 +97,7 @@ bool KoApplication::start()
{
kdError( 30003 ) << instanceName() << "part.desktop not found." << 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;
kdError( 30003 ) << "Check your installation (did you install KOffice in a different prefix than TDE, without adding the prefix to /etc/tderc ?)" << endl;
return false;
}

@ -96,7 +96,7 @@ KoDocumentEntry KoDocumentEntry::queryByMimeType( const TQString & mimetype )
} else
{
kdError(30003) << "Found no KOffice part able to handle " << mimetype << "!" << endl;
kdError(30003) << "Check your installation (does the desktop file have X-TDE-NativeMimeType and KOfficePart, did you install KOffice in a different prefix than KDE, without adding the prefix to /etc/kderc ?)" << endl;
kdError(30003) << "Check your installation (does the desktop file have X-TDE-NativeMimeType and KOfficePart, did you install KOffice in a different prefix than TDE, without adding the prefix to /etc/tderc ?)" << endl;
}
return KoDocumentEntry();
}

Loading…
Cancel
Save