MCPcopy Create free account
hub / github.com/audacity/audacity / FormatHtmlText

Function FormatHtmlText

libraries/lib-wx-init/HelpText.cpp:258–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256
257
258wxString FormatHtmlText( const wxString & Text ){
259
260 wxString localeStr = wxLocale::GetSystemEncodingName();
261
262 return
263 wxT("<html><head><META http-equiv=\"Content-Type\" content=\"text/html; charset=") +
264 localeStr +
265 wxT("\"></head>") +
266 WrapText( LinkExpand( Text ))+
267 wxT("</html>");
268}
269

Callers 3

PopulateAudacityPageMethod · 0.85
PopulateLicensePageMethod · 0.85

Calls 2

WrapTextFunction · 0.85
LinkExpandFunction · 0.85

Tested by

no test coverage detected