Branch: master

7dba0c67 2014-10-22 13:25:48 Timothy Pearson
Fix remaining issues from mimetype icon rename
M tdefilereplace/tdefilereplaceview.cpp
diff --git a/tdefilereplace/tdefilereplaceview.cpp b/tdefilereplace/tdefilereplaceview.cpp
index a4af2f7..cc9d177 100644
--- a/tdefilereplace/tdefilereplaceview.cpp
+++ b/tdefilereplace/tdefilereplaceview.cpp
@@ -526,7 +526,7 @@
                            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()));