mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 00:36:30 +02:00
Merge pull request #4373 from birarda/remove-xmpp
fix web chat link for IRC
This commit is contained in:
commit
0a74291377
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ void DialogsManager::showIRCLink() {
|
||||||
if (!_ircInfoBox) {
|
if (!_ircInfoBox) {
|
||||||
_ircInfoBox = new QMessageBox(QMessageBox::NoIcon,
|
_ircInfoBox = new QMessageBox(QMessageBox::NoIcon,
|
||||||
"High Fidelity IRC",
|
"High Fidelity IRC",
|
||||||
"High Fidelity has an IRC channel on irc.freenode.net at #highfidelity.<br/><br/>Web chat is available at <a href='http://webchat.freenode.net/?channels=highfidelity&uio=d4'>http://webchat.freenode.net/?channels=highfidelity&uio=d4</a>",
|
"High Fidelity has an IRC channel on irc.freenode.net at #highfidelity.<br/><br/>Web chat is available <a href='http://webchat.freenode.net/?channels=highfidelity&uio=d4'>here</a>.",
|
||||||
QMessageBox::Ok);
|
QMessageBox::Ok);
|
||||||
_ircInfoBox->setTextFormat(Qt::RichText);
|
_ircInfoBox->setTextFormat(Qt::RichText);
|
||||||
_ircInfoBox->setAttribute(Qt::WA_DeleteOnClose);
|
_ircInfoBox->setAttribute(Qt::WA_DeleteOnClose);
|
||||||
|
|
Loading…
Reference in a new issue