mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 06:01:13 +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:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user