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/jabberaccount.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/jabberaccount.cpp')
-rw-r--r-- | kopete/protocols/jabber/jabberaccount.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/jabber/jabberaccount.cpp b/kopete/protocols/jabber/jabberaccount.cpp index 2982a6ff..06ec2279 100644 --- a/kopete/protocols/jabber/jabberaccount.cpp +++ b/kopete/protocols/jabber/jabberaccount.cpp @@ -194,7 +194,7 @@ TDEActionMenu *JabberAccount::actionMenu () action->setEnabled( isConnected() ); m_actionMenu->insert ( action ); - action = new TDEAction ( i18n ("Send Raw Packet to Server..."), "mail_new", 0, + action = new TDEAction ( i18n ("Send Raw Packet to Server..."), "mail-message-new", 0, this, TQT_SLOT ( slotSendRaw () ), this, "actionJabberSendRaw") ; action->setEnabled( isConnected() ); m_actionMenu->insert ( action ); |