fixed release mode warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-08-03 22:26:00 +00:00
parent 34dceb4715
commit 17ff4e8fd4

View File

@@ -122,9 +122,8 @@ wxExtHelpController::DisplayHelp(const wxString &relativeURL)
wxLogSysError(_("Cannot open URL '%s'"), relativeURL.c_str());
return false;
}
else
return true;
return true;
#elif defined(__WXPM__)
wxString url;