mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-17 14:43:55 +01:00
Bug 1411 - Multiple non-modal "Help from the Internet" windows
This commit is contained in:
@@ -283,7 +283,9 @@ void HelpSystem::ShowHelp(wxWindow *parent,
|
|||||||
// Use Built-in browser to suggest you use the remote url.
|
// Use Built-in browser to suggest you use the remote url.
|
||||||
wxString Text = HelpText( wxT("remotehelp") );
|
wxString Text = HelpText( wxT("remotehelp") );
|
||||||
Text.Replace( wxT("*URL*"), remoteURL );
|
Text.Replace( wxT("*URL*"), remoteURL );
|
||||||
ShowHtmlText( parent, _("Help on the Internet"), Text, false, bModal );
|
// Always make the 'help on the internet' dialog modal.
|
||||||
|
// Fixes Bug 1411.
|
||||||
|
ShowHtmlText( parent, _("Help on the Internet"), Text, false, true );
|
||||||
}
|
}
|
||||||
else if( HelpMode == wxT("Local") || alwaysDefaultBrowser)
|
else if( HelpMode == wxT("Local") || alwaysDefaultBrowser)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user