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:
parent
6930fff0f4
commit
8c6ce2cd59
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user