diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 20:10:04 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 20:10:04 -0500 |
commit | 3f0c7f59c490255b9010d9776ef43ca230a7ba48 (patch) | |
tree | 4e58cabb49c65c80ccf77332828563fb70822551 /konq-plugins/rellinks/plugin_rellinks.cpp | |
parent | 042168b31acf269d87d14527197a218c2fc20a0f (diff) | |
download | tdeaddons-3f0c7f59c490255b9010d9776ef43ca230a7ba48.tar.gz tdeaddons-3f0c7f59c490255b9010d9776ef43ca230a7ba48.zip |
Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance
Diffstat (limited to 'konq-plugins/rellinks/plugin_rellinks.cpp')
-rw-r--r-- | konq-plugins/rellinks/plugin_rellinks.cpp | 2 |
1 files changed, 1 insertions, 1 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>") ); |