From 9d4e6ac04f1cf64f35ecb3cf4d651e18e632f018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Fri, 9 Dec 2005 22:14:27 +0000 Subject: [PATCH] reactos.org is the preferred name these days svn path=/trunk/; revision=20026 --- reactos/subsys/system/explorer/shell/mainframe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsys/system/explorer/shell/mainframe.cpp b/reactos/subsys/system/explorer/shell/mainframe.cpp index ed7612cea3a..5fba848902b 100644 --- a/reactos/subsys/system/explorer/shell/mainframe.cpp +++ b/reactos/subsys/system/explorer/shell/mainframe.cpp @@ -1131,7 +1131,7 @@ int MDIMainFrame::Command(int id, int code) #ifdef _DEBUG create_webchildwindow(WebChildWndInfo(_hmdiclient, TEXT("http://localhost"))); #else - create_webchildwindow(WebChildWndInfo(_hmdiclient, TEXT("http://www.reactos.com"))); + create_webchildwindow(WebChildWndInfo(_hmdiclient, TEXT("http://www.reactos.org"))); #endif break;