From 099b88ed6f380913449c99911aa0dad2a3eaa6b7 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Mon, 9 Feb 2004 09:20:26 +0000 Subject: [PATCH] use web child window instead of ShellExecute() svn path=/trunk/; revision=8111 --- reactos/subsys/system/explorer/shell/mainframe.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reactos/subsys/system/explorer/shell/mainframe.cpp b/reactos/subsys/system/explorer/shell/mainframe.cpp index fa991dea1a7..c08bec30623 100644 --- a/reactos/subsys/system/explorer/shell/mainframe.cpp +++ b/reactos/subsys/system/explorer/shell/mainframe.cpp @@ -619,7 +619,8 @@ int MainFrame::Command(int id, int code) break;} case ID_WEB_WINDOW: - create_webchildwindow(_hmdiclient, WebChildWndInfo(TEXT("http://localhost"))); // http://www.reactos.com //@@ + create_webchildwindow(_hmdiclient, WebChildWndInfo(TEXT("http://www.reactos.com"))); + //create_webchildwindow(_hmdiclient, WebChildWndInfo(TEXT("http://localhost"))); break; ///@todo There are even more menu items! @@ -633,7 +634,7 @@ int MainFrame::Command(int id, int code) break; case ID_EXPLORER_FAQ: - launch_file(_hwnd, TEXT("http://www.sky.franken.de/explorer/"), SW_SHOWNORMAL); + create_webchildwindow(_hmdiclient, WebChildWndInfo(TEXT("http://www.sky.franken.de/explorer/"))); break; case IDW_ADDRESSBAR: