diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-21 16:39:07 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-21 16:39:07 -0500 |
commit | fcd114f480ade56a946278ecb7acbcbc8686a8c6 (patch) | |
tree | 0378835e4f70ffdf45b11f48554b76dd2aa9b09f /kioslave | |
parent | 39aa70ad331698d12b885da83f62f5dd3c9f28cf (diff) | |
download | tdebase-fcd114f480ade56a946278ecb7acbcbc8686a8c6.tar.gz tdebase-fcd114f480ade56a946278ecb7acbcbc8686a8c6.zip |
Fix references of K Menu -> TDE Menu.
Diffstat (limited to 'kioslave')
-rw-r--r-- | kioslave/settings/kio_settings.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kioslave/settings/kio_settings.cc b/kioslave/settings/kio_settings.cc index 28aaba846..c508762c9 100644 --- a/kioslave/settings/kio_settings.cc +++ b/kioslave/settings/kio_settings.cc @@ -98,7 +98,7 @@ static void createDirEntry(KIO::UDSEntry& entry, const TQString& name, const TQS SettingsProtocol::SettingsProtocol( const TQCString &protocol, const TQCString &pool, const TQCString &app): SlaveBase( protocol, pool, app ) { - // Adjusts which part of the K Menu to virtualize. + // Adjusts which part of the TDE Menu to virtualize. if ( protocol == "programs" ) m_runMode = ProgramsMode; else |