reactos.org is the preferred name these days
Modified: trunk/reactos/subsys/system/explorer/shell/mainframe.cpp
_____
Modified: trunk/reactos/subsys/system/explorer/shell/mainframe.cpp
--- trunk/reactos/subsys/system/explorer/shell/mainframe.cpp
2005-12-09 21:57:24 UTC (rev 20025)
+++ trunk/reactos/subsys/system/explorer/shell/mainframe.cpp
2005-12-09 22:14:27 UTC (rev 20026)
@@ -1131,7 +1131,7 @@
#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;