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:
parent
ea14a117df
commit
33d9a130c8
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user