From KDE_3_3_BRANCH: Add missing tooltip to the BCC [...] button, too.

svn path=/trunk/kdepim/; revision=358453
wilder-work
Marc Mutz 22 years ago
parent 5e7a6d6f20
commit f06debc507
  1. 1
      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 "

Loading…
Cancel
Save