|
|
@ -459,10 +459,10 @@ void WebBrowser::InitializeOffline() {
|
|
|
|
case OfflineWebSource::OfflineHtmlPage:
|
|
|
|
case OfflineWebSource::OfflineHtmlPage:
|
|
|
|
// While there is an AppID TLV field, in official SW this is always ignored.
|
|
|
|
// While there is an AppID TLV field, in official SW this is always ignored.
|
|
|
|
title_id = 0;
|
|
|
|
title_id = 0;
|
|
|
|
type = FileSys::ContentRecordType::Manual;
|
|
|
|
type = FileSys::ContentRecordType::HtmlDocument;
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
case OfflineWebSource::ApplicationLegalInformation:
|
|
|
|
case OfflineWebSource::ApplicationLegalInformation:
|
|
|
|
type = FileSys::ContentRecordType::Legal;
|
|
|
|
type = FileSys::ContentRecordType::LegalInformation;
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
case OfflineWebSource::SystemDataPage:
|
|
|
|
case OfflineWebSource::SystemDataPage:
|
|
|
|
type = FileSys::ContentRecordType::Data;
|
|
|
|
type = FileSys::ContentRecordType::Data;
|
|
|
|