From 4c1ea1ee0d11f4074d0ddd5efebfc49c2e1e711c Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 7 Sep 2010 01:49:53 +0000 Subject: Minor UI cleanup git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1172353 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kicker/kicker/ui/appletop_mnu.cpp | 5 +++-- 1 file 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")) -- cgit v1.2.3