mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-11 15:39:36 -05:00
changed notify text for incoming video call on Chat Window.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8272 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
48ad51d040
commit
e7c96af8ab
@ -281,8 +281,8 @@ void VOIPChatWidgetHolder::addVideoData(const QString name, QByteArray* array)
|
|||||||
button_map::iterator it = buttonMapTakeVideo.find(buttonName);
|
button_map::iterator it = buttonMapTakeVideo.find(buttonName);
|
||||||
if (it == buttonMapTakeVideo.end()){
|
if (it == buttonMapTakeVideo.end()){
|
||||||
mChatWidget->addChatMsg(true, tr("VoIP Status"), QDateTime::currentDateTime(), QDateTime::currentDateTime()
|
mChatWidget->addChatMsg(true, tr("VoIP Status"), QDateTime::currentDateTime(), QDateTime::currentDateTime()
|
||||||
, tr("Video call from: %1").arg(buttonName), ChatWidget::MSGTYPE_SYSTEM);
|
, tr("%1 inviting you to start a video conversation. do you want Accept or Decline the invitation?").arg(buttonName), ChatWidget::MSGTYPE_SYSTEM);
|
||||||
RSButtonOnText *button = mChatWidget->getNewButtonOnTextBrowser(tr("Take Video Call"));
|
RSButtonOnText *button = mChatWidget->getNewButtonOnTextBrowser(tr("Accept Video Call"));
|
||||||
button->setToolTip(tr("Activate camera"));
|
button->setToolTip(tr("Activate camera"));
|
||||||
button->setStyleSheet(QString("background-color: green;")
|
button->setStyleSheet(QString("background-color: green;")
|
||||||
.append("border-style: outset;")
|
.append("border-style: outset;")
|
||||||
|
Loading…
Reference in New Issue
Block a user