summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-07 01:49:53 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-07 01:49:53 +0000
commit4c1ea1ee0d11f4074d0ddd5efebfc49c2e1e711c (patch)
tree67af79e217734a74fd4cb15d757e80903339cd0d
parentb69a8a0bba71d8a2a76f9098d812ac33aae83a36 (diff)
downloadtdebase-4c1ea1ee.tar.gz
tdebase-4c1ea1ee.zip
Minor UI cleanup
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1172353 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--kicker/kicker/ui/appletop_mnu.cpp5
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"))