From 7dba0c67f2c207ab26cafebaaaa69954637cf953 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 13:25:48 -0500 Subject: [PATCH] Fix remaining issues from mimetype icon rename --- tdefilereplace/tdefilereplaceview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdefilereplace/tdefilereplaceview.cpp b/tdefilereplace/tdefilereplaceview.cpp index a4af2f7a..cc9d1773 100644 --- a/tdefilereplace/tdefilereplaceview.cpp +++ b/tdefilereplace/tdefilereplaceview.cpp @@ -526,7 +526,7 @@ void TDEFileReplaceView::initGUI() this, TQT_SLOT(slotResultDelete())); m_menuResult->insertSeparator(); - m_menuResult->insertItem(SmallIconSet(TQString::fromLatin1("info")), + m_menuResult->insertItem(SmallIconSet(TQString::fromLatin1("application-vnd.tde.info")), i18n("&Properties"), this, TQT_SLOT(slotResultProperties()));