mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
committed by
Mathew Sutcliffe
parent
c693423905
commit
060a10dfb6
@@ -187,7 +187,7 @@ void CSwiftLauncher::loadAbout()
|
||||
static const QString legalDir = sGui->getGlobalSetup().getLegalDirectoryUrl().getFullUrl();
|
||||
// make links absolute
|
||||
static const QString htmlFixed = QString(html).
|
||||
replace(QLatin1Literal("href=\"./"), "href=\"" + legalDir);
|
||||
replace(QLatin1String("href=\"./"), "href=\"" + legalDir);
|
||||
ui->tbr_About->setHtml(htmlFixed);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user