Fix wxWebView compilation in STL build with wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 30 Nov 2011 09:16:44 +0000 (09:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 30 Nov 2011 09:16:44 +0000 (09:16 +0000)
commitf0776dc43fc145ee8e0d759d2f1b387724e4f17d
treeb4673d10f66c339c047dee08e807860d10812349
parentd9fc8e993a3de81c03bd1b91c5fca15839c1f7d1
Fix wxWebView compilation in STL build with wxGTK.

Convert wxString to GTK+ strings explicitly, implicit conversion doesn't
happen in STL build and may be wrong anyhow as it doesn't necessarily convert
the strings to UTF-8 expected by GTK+.

Closes #13703.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/webview_webkit.cpp