diff --git a/kmcomposewin.cpp b/kmcomposewin.cpp index 0f1d494f3..2a134a091 100644 --- a/kmcomposewin.cpp +++ b/kmcomposewin.cpp @@ -200,6 +200,7 @@ KMComposeWin::KMComposeWin( KMMessage *aMsg, uint id ) QString tip = i18n("Select email address(es)"); QToolTip::add( mBtnTo, tip ); QToolTip::add( mBtnCc, tip ); + QToolTip::add( mBtnBcc, tip ); QToolTip::add( mBtnReplyTo, tip ); QWhatsThis::add( mBtnIdentity, i18n("Remember this identity, so that it "