diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 20:10:11 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 20:10:11 -0500 |
commit | ce1138c8ba3865132c2ea42d119f68a5417458ad (patch) | |
tree | 40453be7f11591c2a5851c86af291692a1a824b3 /tdeui/kbugreport.cpp | |
parent | bab4f22f92cb4960c7a7c17845813de2082ffdc9 (diff) | |
download | tdelibs-ce1138c8ba3865132c2ea42d119f68a5417458ad.tar.gz tdelibs-ce1138c8ba3865132c2ea42d119f68a5417458ad.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 'tdeui/kbugreport.cpp')
-rw-r--r-- | tdeui/kbugreport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kbugreport.cpp b/tdeui/kbugreport.cpp index f275f9e55..20946b5b1 100644 --- a/tdeui/kbugreport.cpp +++ b/tdeui/kbugreport.cpp @@ -133,7 +133,7 @@ KBugReport::KBugReport( TQWidget * parentw, bool modal, const TDEAboutData *abou glay->addWidget( tmpLabel, row, 1 ); TQWhatsThis::add( tmpLabel, qwtstr ); - setButtonOK( KGuiItem( i18n("&Send"), "mail_send", i18n( "Send bug report." ), + setButtonOK( KGuiItem( i18n("&Send"), "mail-send", i18n( "Send bug report." ), i18n( "Send this bug report to %1." ).arg( m_aboutData->bugAddress() ) ) ); } |