mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:22:58 +00:00
Synchronisation with ibrowser source code
svn path=/trunk/; revision=15229
This commit is contained in:
parent
f5b2c461dc
commit
30ec640bd2
1 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2004 Martin Fuchs
|
* Copyright 2004, 2005 Martin Fuchs
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* 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)
|
String WebChildWindow::jump_to_int(LPCTSTR url)
|
||||||
{
|
{
|
||||||
|
_navigator.goto_url(url);
|
||||||
|
|
||||||
//@@
|
return url;
|
||||||
|
|
||||||
return String();
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue