diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-07 01:49:53 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-07 01:49:53 +0000 |
commit | 4c1ea1ee0d11f4074d0ddd5efebfc49c2e1e711c (patch) | |
tree | 67af79e217734a74fd4cb15d757e80903339cd0d /kicker | |
parent | b69a8a0bba71d8a2a76f9098d812ac33aae83a36 (diff) | |
download | tdebase-4c1ea1ee0d11f4074d0ddd5efebfc49c2e1e711c.tar.gz tdebase-4c1ea1ee0d11f4074d0ddd5efebfc49c2e1e711c.zip |
Minor UI cleanup
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1172353 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kicker')
-rw-r--r-- | kicker/kicker/ui/appletop_mnu.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kicker/kicker/ui/appletop_mnu.cpp b/kicker/kicker/ui/appletop_mnu.cpp index 55c181016..e0e162d33 100644 --- a/kicker/kicker/ui/appletop_mnu.cpp +++ b/kicker/kicker/ui/appletop_mnu.cpp @@ -169,9 +169,10 @@ PanelAppletOpMenu::PanelAppletOpMenu(int actions, TQPopupMenu *opMenu, const TQP } if (KickerSettings::legacyKMenu()) - insertItem(SmallIcon("kickoff"), i18n("Switch to Kickoff Menu Style"), this, TQT_SLOT(toggleLegacy())); +// insertItem(SmallIcon("kickoff"), i18n("Switch to Kickoff Menu Style"), this, TQT_SLOT(toggleLegacy())); + insertItem(SmallIcon("launch"), i18n("Switch to Kickoff Menu Style"), this, TQT_SLOT(toggleLegacy())); else - insertItem(SmallIcon("about_kde"), i18n("Switch to KDE Menu Style"), this, TQT_SLOT(toggleLegacy())); + insertItem(SmallIcon("about_kde"), i18n("Switch to Trinity Classic Menu Style"), this, TQT_SLOT(toggleLegacy())); } if ((actions & PanelAppletOpMenu::KMenuEditor) && kapp->authorizeKAction("menuedit")) |