diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 20:10:11 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 20:10:11 -0500 |
commit | ecc461cfc7c0790fca7bc78b736ebd45b6d3d702 (patch) | |
tree | df50969031e2e7a82dcfd9fef711e168405f4c9d /kopete/protocols/jabber/jabbertransport.cpp | |
parent | 88d7ebff6abf9536530707e79b9997ad2b24241b (diff) | |
download | tdenetwork-ecc461cfc7c0790fca7bc78b736ebd45b6d3d702.tar.gz tdenetwork-ecc461cfc7c0790fca7bc78b736ebd45b6d3d702.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 'kopete/protocols/jabber/jabbertransport.cpp')
-rw-r--r-- | kopete/protocols/jabber/jabbertransport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/jabber/jabbertransport.cpp b/kopete/protocols/jabber/jabbertransport.cpp index 51ad4581..5cf5ffa5 100644 --- a/kopete/protocols/jabber/jabbertransport.cpp +++ b/kopete/protocols/jabber/jabbertransport.cpp @@ -152,7 +152,7 @@ TDEActionMenu *JabberTransport::actionMenu () m_actionMenu->insert ( new TDEAction ( i18n ("Services..."), "jabber_serv_on", 0, this, TQT_SLOT ( slotGetServices () ), this, "actionJabberServices") ); - m_actionMenu->insert ( new TDEAction ( i18n ("Send Raw Packet to Server..."), "mail_new", 0, + m_actionMenu->insert ( new TDEAction ( i18n ("Send Raw Packet to Server..."), "mail-message-new", 0, this, TQT_SLOT ( slotSendRaw () ), this, "actionJabberSendRaw") ); m_actionMenu->insert ( new TDEAction ( i18n ("Edit User Info..."), "identity", 0, |