From a2541c112aa09e2f20ae10006d4aa70e61c31761 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 00:16:45 -0500 Subject: Bring up, down, top, and bottom icons into XDG compliance --- klinkstatus/src/actionmanager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'klinkstatus') diff --git a/klinkstatus/src/actionmanager.cpp b/klinkstatus/src/actionmanager.cpp index 5156957d..8eb08a60 100644 --- a/klinkstatus/src/actionmanager.cpp +++ b/klinkstatus/src/actionmanager.cpp @@ -147,10 +147,10 @@ void ActionManager::initTabWidget(TabWidgetSession* tabWidgetSession) toggle_action->setChecked(KLSConfig::followLastLinkChecked()); // this action must be in the tabwidget because the slot can't be connected to a particular sessionWidget - toggle_action = new TDEToggleAction(i18n("&Hide Search Panel"), "bottom", "Ctrl+h", + toggle_action = new TDEToggleAction(i18n("&Hide Search Panel"), "go-bottom", "Ctrl+h", TQT_TQOBJECT(d->tabWidgetSession), TQT_SLOT(slotHideSearchPanel()), TQT_TQOBJECT(d->actionCollection), "hide_search_bar"); - KGuiItem item(i18n("&Show Search Panel"), "top", "Show Search Panel"); + KGuiItem item(i18n("&Show Search Panel"), "go-top", "Show Search Panel"); toggle_action->setCheckedState(item); new TDEAction(i18n("&Reset Search Options"), "reload", "F5", -- cgit v1.2.3