summaryrefslogtreecommitdiffstats
path: root/ksquirrel
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:13:05 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:13:05 -0500
commit50e2413ef11868946e9d30c3ddd801d6369c8513 (patch)
tree93b70a1e44b7919bda73ae1f86219f576443a307 /ksquirrel
parentcee437aec51b91f499c817d2e8227d77bfb756f8 (diff)
downloadksquirrel-50e2413ef11868946e9d30c3ddd801d6369c8513.tar.gz
ksquirrel-50e2413ef11868946e9d30c3ddd801d6369c8513.zip
Bring up, down, top, and bottom icons into XDG compliance
Diffstat (limited to 'ksquirrel')
-rw-r--r--ksquirrel/sq_diroperator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksquirrel/sq_diroperator.cpp b/ksquirrel/sq_diroperator.cpp
index 8ab9adb..4f608e9 100644
--- a/ksquirrel/sq_diroperator.cpp
+++ b/ksquirrel/sq_diroperator.cpp
@@ -377,7 +377,7 @@ void SQ_DirOperator::setupActionsMy()
file->insert(new TDEAction(i18n("Link to..."), 0, TQt::Key_F7, SQ_WidgetStack::instance(), TQT_SLOT(slotFileLinkTo()), actionCollection(), "dirop_linkto"));
file->insert(sep);
file->insert(new TDEAction(i18n("Run"), "launch", CTRL+Key_J, SQ_WidgetStack::instance(), TQT_SLOT(slotRunSeparately()), actionCollection(), "dirop_runsepar"));
- file->insert(new TDEAction(i18n("Repeat (nothing to repeat)"), "down", TQt::Key_F10, TQT_TQOBJECT(KSquirrel::app()), TQT_SLOT(slotRepeat()), actionCollection(), "dirop_repeat"));
+ file->insert(new TDEAction(i18n("Repeat (nothing to repeat)"), "go-down", TQt::Key_F10, TQT_TQOBJECT(KSquirrel::app()), TQT_SLOT(slotRepeat()), actionCollection(), "dirop_repeat"));
file->insert(new TDEAction(i18n("Convert..."), 0, CTRL+TQt::Key_K, SQ_Converter::instance(), TQT_SLOT(slotStartEdit()), actionCollection(), "dirop_convert"));
file->insert(sep);