EMX (OS/2) compilation fix. The implemented logic for not reloading Netscape

doesn't work and besides, Netscape is doing it automatically anyway.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2002-08-25 18:16:19 +00:00
parent e8e776aac3
commit de56032161

View File

@@ -130,6 +130,7 @@ wxExtHelpController::DisplayHelp(const wxString &relativeURL)
#else // UNIX
wxString command;
#ifndef __EMX__
if(m_BrowserIsNetscape) // try re-loading first
{
wxString lockfile;
@@ -155,6 +156,7 @@ wxExtHelpController::DisplayHelp(const wxString &relativeURL)
return TRUE;
}
}
#endif
command = m_BrowserName;
command << wxT(" file://")
<< m_MapFile << WXEXTHELP_SEPARATOR << relativeURL;