From 30ec640bd2abe4a7c736c393672e006cc3f10a67 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Wed, 11 May 2005 19:15:36 +0000 Subject: [PATCH] Synchronisation with ibrowser source code svn path=/trunk/; revision=15229 --- reactos/subsys/system/explorer/shell/webchild.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/reactos/subsys/system/explorer/shell/webchild.cpp b/reactos/subsys/system/explorer/shell/webchild.cpp index a011c29b989..9efcf6a8ba2 100644 --- a/reactos/subsys/system/explorer/shell/webchild.cpp +++ b/reactos/subsys/system/explorer/shell/webchild.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2004 Martin Fuchs + * Copyright 2004, 2005 Martin Fuchs * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -302,8 +302,7 @@ LRESULT WebChildWindow::WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam) String WebChildWindow::jump_to_int(LPCTSTR url) { + _navigator.goto_url(url); -//@@ - - return String(); + return url; }