diff options
Diffstat (limited to 'kbugbuster/gui/cwbugdetailscontainer.cpp')
-rw-r--r-- | kbugbuster/gui/cwbugdetailscontainer.cpp | 4 |
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(); |