X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aa0ffd1d926cb1282fb75a1ce0e083421ade2f0b..59a944cb633f57f427fd16f0a8e65b15edf6dc1e:/src/generic/helpext.cpp diff --git a/src/generic/helpext.cpp b/src/generic/helpext.cpp index 9f165b3a50..bfd3efb403 100644 --- a/src/generic/helpext.cpp +++ b/src/generic/helpext.cpp @@ -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;