1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-24 16:01:16 +02:00

Correct wiki to HTML translation of https: links...

... so that if such are in the Credits dialog, they work correctly and don't
cause wxWidgets assertions
This commit is contained in:
Paul Licameli 2017-08-23 12:48:05 -04:00
parent ea14a117df
commit 33d9a130c8

View File

@ -112,6 +112,10 @@ static wxString LinkExpand( const wxString & Text )
{
Replacement = TypedLink( Key, LinkText );
}
else if( Key.StartsWith( wxT("https:") ))
{
Replacement = TypedLink( Key, LinkText );
}
else if( Key.StartsWith( wxT("mailto:") ))
{
Replacement = TypedLink( Key, LinkText );