git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@67767
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- wxLogMessage("Navigation request to '" + evt.GetHref() + "' (target='" +
+ wxLogMessage("%s", "Navigation request to '" + evt.GetHref() + "' (target='" +
evt.GetTarget() + "')");
wxASSERT(m_browser_ctrl->IsBusy());
evt.GetTarget() + "')");
wxASSERT(m_browser_ctrl->IsBusy());
*/
void onNavigationComplete(wxWebNavigationEvent& evt)
{
*/
void onNavigationComplete(wxWebNavigationEvent& evt)
{
- wxLogMessage("Navigation complete; url='" + evt.GetHref() + "'");
+ wxLogMessage("%s", "Navigation complete; url='" + evt.GetHref() + "'");
*/
void onDocumentLoaded(wxWebNavigationEvent& evt)
{
*/
void onDocumentLoaded(wxWebNavigationEvent& evt)
{
- wxLogMessage("Document loaded; url='" + evt.GetHref() + "'");
+ wxLogMessage("%s", "Document loaded; url='" + evt.GetHref() + "'");
updateState();
m_browser_ctrl->GetZoom();
updateState();
m_browser_ctrl->GetZoom();