diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 00:16:45 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 00:16:45 -0500 |
commit | a2541c112aa09e2f20ae10006d4aa70e61c31761 (patch) | |
tree | 823126918df2203eb642141f1327132da845c2dd /klinkstatus | |
parent | b4de4028d650dadc18755f6d4f0c268e53051c59 (diff) | |
download | tdewebdev-a2541c112aa09e2f20ae10006d4aa70e61c31761.tar.gz tdewebdev-a2541c112aa09e2f20ae10006d4aa70e61c31761.zip |
Bring up, down, top, and bottom icons into XDG compliance
Diffstat (limited to 'klinkstatus')
-rw-r--r-- | klinkstatus/src/actionmanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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", |