diff -r 9f00cbc539e7 -r b26bc69022f7 QTfrontend/ui/page/pagenetserver.cpp --- a/QTfrontend/ui/page/pagenetserver.cpp Sat Mar 23 18:26:02 2013 +0100 +++ b/QTfrontend/ui/page/pagenetserver.cpp Sat Mar 23 18:42:23 2013 +0100 @@ -79,6 +79,16 @@ BtnShare->setWhatsThis(QPushButton::tr("Click to copy your unique server URL in your clipboard. Send this link to your friends ands and they will be able to join you.")); gbLayout->addWidget(BtnShare, 2, 1); + labelURL = new QLabel(gb); + labelURL->setText( + "" + "
"); + labelURL->setOpenExternalLinks(true); + gbLayout->addWidget(labelURL, 3, 1); + return pageLayout; }