summaryrefslogtreecommitdiffstats
path: root/kbugbuster/gui/cwbugdetailscontainer.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 20:10:12 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 20:10:12 -0500
commit0d88361520831ef978d105d196053d5620c2ab4a (patch)
treedc986d92108dbd943736b7419edc038852791005 /kbugbuster/gui/cwbugdetailscontainer.cpp
parent20b48737041967f146cf60c3d7903acb215b8c7a (diff)
downloadtdesdk-0d88361520831ef978d105d196053d5620c2ab4a.tar.gz
tdesdk-0d88361520831ef978d105d196053d5620c2ab4a.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 'kbugbuster/gui/cwbugdetailscontainer.cpp')
-rw-r--r--kbugbuster/gui/cwbugdetailscontainer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbugbuster/gui/cwbugdetailscontainer.cpp b/kbugbuster/gui/cwbugdetailscontainer.cpp
index 625a1f80..e3bd6f37 100644
--- a/kbugbuster/gui/cwbugdetailscontainer.cpp
+++ b/kbugbuster/gui/cwbugdetailscontainer.cpp
@@ -46,8 +46,8 @@ CWBugDetailsContainer::CWBugDetailsContainer( TQWidget *parent , const char * na
m_bugReassignBtn->setIconSet( BarIconSet( "folder-new" ) );
m_bugTitleBtn->setIconSet( SmallIconSet( "text_under" ) );
m_bugSeverityBtn->setIconSet( SmallIconSet( "edit" ) );
- m_bugReplyBtn->setIconSet( SmallIconSet( "mail_replyall" ) );
- m_bugReplyPrivBtn->setIconSet( SmallIconSet( "mail_reply" ) );
+ m_bugReplyBtn->setIconSet( SmallIconSet( "mail-reply-all" ) );
+ m_bugReplyPrivBtn->setIconSet( SmallIconSet( "mail-reply-sender" ) );
// The Bugzilla mail interface doesn't support all commands yet.
m_bugCloseSilentlyBtn->hide();