Improve RunScript() error message when using old WebKit

Don't put WebKit in all capitals and, more importantly, make it clear
that this is related to running JavaScript to the user.
This commit is contained in:
Vadim Zeitlin 2017-10-21 23:10:42 +02:00
parent 6930fff0f4
commit 8c6ce2cd59

View File

@ -953,7 +953,7 @@ bool wxWebViewWebKit::RunScript(const wxString& javascript, wxString* output)
{
if ( output != NULL )
{
wxLogWarning(_("Returning output is not supported on WEBKIT1"));
wxLogWarning(_("Retrieving JavaScript script output is not supported with WebKit v1"));
return false;
}