diff -r f2d57e987ba9 -r 4821897a0f10 QTfrontend/ui/widget/about.cpp --- a/QTfrontend/ui/widget/about.cpp Fri Jan 25 12:54:24 2013 +0100 +++ b/QTfrontend/ui/widget/about.cpp Fri Jan 25 13:59:27 2013 +0100 @@ -78,7 +78,7 @@ lbl2 = new QTextBrowser(this); lbl2->setOpenExternalLinks(true); - QUrl localpage = QUrl::fromLocalFile(":/res/html/about.html"); + QUrl localpage = QUrl::fromLocalFile(":/res/html/about.html"); lbl2->setSource(localpage); //sets the source of the label from the file above mainLayout->addWidget(lbl2, 1, 1);