diff options
Diffstat (limited to 'konq-plugins')
-rw-r--r-- | konq-plugins/rellinks/plugin_rellinks.cpp | 2 | ||||
-rw-r--r-- | konq-plugins/sidebar/metabar/src/layout.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/konq-plugins/rellinks/plugin_rellinks.cpp b/konq-plugins/rellinks/plugin_rellinks.cpp index 1f1b4a6..5eaa6f1 100644 --- a/konq-plugins/rellinks/plugin_rellinks.cpp +++ b/konq-plugins/rellinks/plugin_rellinks.cpp @@ -144,7 +144,7 @@ RelLinksPlugin::RelLinksPlugin(TQObject *parent, const char *name, const TQStrin m_more->insert(tdeaction_map["help"]); tdeaction_map["help"]->setWhatsThis( i18n("<p>This link references the help.</p>") ); - tdeaction_map["author"] = new TDEAction( i18n("&Authors"), "mail_new", TDEShortcut("Ctrl+Alt+A"), this, TQT_SLOT(goAuthor()), actionCollection(), "rellinks_authors" ); + tdeaction_map["author"] = new TDEAction( i18n("&Authors"), "mail-message-new", TDEShortcut("Ctrl+Alt+A"), this, TQT_SLOT(goAuthor()), actionCollection(), "rellinks_authors" ); m_more->insert(tdeaction_map["author"]); tdeaction_map["author"]->setWhatsThis( i18n("<p>This link references the author.</p>") ); diff --git a/konq-plugins/sidebar/metabar/src/layout.html b/konq-plugins/sidebar/metabar/src/layout.html index 6bae311..baf2513 100644 --- a/konq-plugins/sidebar/metabar/src/layout.html +++ b/konq-plugins/sidebar/metabar/src/layout.html @@ -37,7 +37,7 @@ </div> <div class="frame"> - <div class="head"><a i18n image="player_play" class="title" onClick="this.blur();" href="function://toggle/preview">Preview</a></div> + <div class="head"><a i18n image="media-playback-start" class="title" onClick="this.blur();" href="function://toggle/preview">Preview</a></div> <li id="preview" expanded="true" style="height:0px"> </li> </div> |