diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 00:16:45 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 00:16:45 -0500 |
commit | a2541c112aa09e2f20ae10006d4aa70e61c31761 (patch) | |
tree | 823126918df2203eb642141f1327132da845c2dd /tdefilereplace/tdefilereplaceview.cpp | |
parent | b4de4028d650dadc18755f6d4f0c268e53051c59 (diff) | |
download | tdewebdev-a2541c112aa09e2f20ae10006d4aa70e61c31761.tar.gz tdewebdev-a2541c112aa09e2f20ae10006d4aa70e61c31761.zip |
Bring up, down, top, and bottom icons into XDG compliance
Diffstat (limited to 'tdefilereplace/tdefilereplaceview.cpp')
-rw-r--r-- | tdefilereplace/tdefilereplaceview.cpp | 2 |
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())); |