|
|
@ -131,7 +131,7 @@ RelLinksPlugin::RelLinksPlugin(TQObject *parent, const char *name, const TQStrin
|
|
|
|
m_document->insert(tdeaction_map["glossary"]);
|
|
|
|
m_document->insert(tdeaction_map["glossary"]);
|
|
|
|
tdeaction_map["glossary"]->setWhatsThis( i18n("<p>This link references the glossary.</p>") );
|
|
|
|
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"]);
|
|
|
|
m_document->insert(tdeaction_map["index"]);
|
|
|
|
tdeaction_map["index"]->setWhatsThis( i18n("<p>This link references the index.</p>") );
|
|
|
|
tdeaction_map["index"]->setWhatsThis( i18n("<p>This link references the index.</p>") );
|
|
|
|
|
|
|
|
|
|
|
|