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 /kicker/menuext | |
parent | 39aa70ad331698d12b885da83f62f5dd3c9f28cf (diff) | |
download | tdebase-fcd114f480ade56a946278ecb7acbcbc8686a8c6.tar.gz tdebase-fcd114f480ade56a946278ecb7acbcbc8686a8c6.zip |
Fix references of K Menu -> TDE Menu.
Diffstat (limited to 'kicker/menuext')
-rw-r--r-- | kicker/menuext/tom/tom.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kicker/menuext/tom/tom.cc b/kicker/menuext/tom/tom.cc index e7505867a..cdedfc73d 100644 --- a/kicker/menuext/tom/tom.cc +++ b/kicker/menuext/tom/tom.cc @@ -340,13 +340,13 @@ int TOM::appendTaskGroup(KConfig& config, bool inSubMenu) } else { - + TQIconSet iconset = BarIconSet(icon, 22); if (iconset.isNull()) taskGroup->insertItem(name, m_maxIndex); else taskGroup->insertItem(iconset, name, m_maxIndex); - + } m_tasks.insert(m_maxIndex, pService); @@ -619,7 +619,7 @@ void TOM::removeTask() } } -// TODO: should we have a side graphic like the K Menu? personally, i don't +// TODO: should we have a side graphic like the TDE Menu? personally, i don't // think it helps usability. it's nice for branding, but that's it. perhaps a // top image, or something blended with the actual menu background? deffinitely // a job for a graphic artist. |