summaryrefslogtreecommitdiffstats
path: root/tdefilereplace
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:16:45 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:16:45 -0500
commita2541c112aa09e2f20ae10006d4aa70e61c31761 (patch)
tree823126918df2203eb642141f1327132da845c2dd /tdefilereplace
parentb4de4028d650dadc18755f6d4f0c268e53051c59 (diff)
downloadtdewebdev-a2541c112aa09e2f20ae10006d4aa70e61c31761.tar.gz
tdewebdev-a2541c112aa09e2f20ae10006d4aa70e61c31761.zip
Bring up, down, top, and bottom icons into XDG compliance
Diffstat (limited to 'tdefilereplace')
-rw-r--r--tdefilereplace/tdefilereplaceview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefilereplace/tdefilereplaceview.cpp b/tdefilereplace/tdefilereplaceview.cpp
index 44aad1fd..f0924b2b 100644
--- a/tdefilereplace/tdefilereplaceview.cpp
+++ b/tdefilereplace/tdefilereplaceview.cpp
@@ -517,7 +517,7 @@ void TDEFileReplaceView::initGUI()
TQT_SLOT(slotResultEdit()));
}
- m_menuResult->insertItem(SmallIconSet(TQString::fromLatin1("up")),
+ m_menuResult->insertItem(SmallIconSet(TQString::fromLatin1("go-up")),
i18n("Open Parent &Folder"),
this,
TQT_SLOT(slotResultDirOpen()));