summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 13:25:34 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 13:25:34 -0500
commit10879ec39607304b4df88e718add12b7dade413b (patch)
tree4882446028e2feab70942cf654881334e56473c6
parent5392f7605056e1f5f44e8e4f8ecf71029ed52815 (diff)
downloadtdeaddons-10879ec3.tar.gz
tdeaddons-10879ec3.zip
Fix remaining issues from mimetype icon rename
-rw-r--r--konq-plugins/rellinks/plugin_rellinks.cpp2
1 files changed, 1 insertions, 1 deletions
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("<p>This link references the glossary.</p>") );
- 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("<p>This link references the index.</p>") );