changeset 8434 | 4821897a0f10 |
parent 8404 | f06227b2ea14 |
child 8444 | 75db7bb8dce8 |
child 8447 | 250142acef7b |
--- 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);