From kde-commits Fri Jul 30 16:50:21 2010 From: Lamarque Vieira Souza Date: Fri, 30 Jul 2010 16:50:21 +0000 To: kde-commits Subject: KDE/kdenetwork/kopete/kopete Message-Id: <20100730165021.CF672AC782 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=128050856130833 SVN commit 1157303 by lvsouza: Let the event's text to be copied to clipboard. When we receive an "add contact message" in a language we do not understand it is usefull to copy the message to clipboard and from there to a web translator. M +1 -0 infoeventwidget.cpp --- trunk/KDE/kdenetwork/kopete/kopete/infoeventwidget.cpp #1157302:1157303 @@ -51,6 +51,7 @@ d->ui.buttonPrev->setIcon( KIcon( "arrow-left" ) ); d->ui.buttonNext->setIcon( KIcon( "arrow-right" ) ); d->ui.buttonClose->setIcon( KIcon( "window-close" ) ); + d->ui.lblInfo->setTextInteractionFlags(Qt::TextSelectableByMouse); QWidget::setVisible( false ); d->currentEventIndex = 0;