From 10879ec39607304b4df88e718add12b7dade413b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 13:25:34 -0500 Subject: Fix remaining issues from mimetype icon rename --- konq-plugins/rellinks/plugin_rellinks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/konq-plugins/rellinks/plugin_rellinks.cpp b/konq-plugins/rellinks/plugin_rellinks.cpp index 5eaa6f1..4be8767 100644 --- a/konq-plugins/rellinks/plugin_rellinks.cpp +++ b/konq-plugins/rellinks/plugin_rellinks.cpp @@ -131,7 +131,7 @@ RelLinksPlugin::RelLinksPlugin(TQObject *parent, const char *name, const TQStrin m_document->insert(tdeaction_map["glossary"]); tdeaction_map["glossary"]->setWhatsThis( i18n("

This link references the glossary.

") ); - tdeaction_map["index"] = new TDEAction( i18n("&Index"), "info", TDEShortcut("Ctrl+Alt+I"), this, TQT_SLOT(goIndex()), actionCollection(), "rellinks_index" ); + tdeaction_map["index"] = new TDEAction( i18n("&Index"), "application-vnd.tde.info", TDEShortcut("Ctrl+Alt+I"), this, TQT_SLOT(goIndex()), actionCollection(), "rellinks_index" ); m_document->insert(tdeaction_map["index"]); tdeaction_map["index"]->setWhatsThis( i18n("

This link references the index.

") ); -- cgit v1.2.1