Remove COM1 as default debug messages output channel for LiveCD.
If users are skilled enough to make use of it, it can be turned on
manually during boot.
Modified: trunk/reactos/bootdata/livecd.ini
_____
Modified: trunk/reactos/bootdata/livecd.ini
--- trunk/reactos/bootdata/livecd.ini 2005-02-06 14:03:25 UTC (rev
13440)
+++ trunk/reactos/bootdata/livecd.ini 2005-02-06 14:13:32 UTC (rev
13441)
@@ -25,5 +25,4 @@
[ReactOS]
BootType=ReactOS
SystemPath=LiveCD
-Options=/DEBUGPORT=COM1
-
\ No newline at end of file
+Options=
owner drawn context menus for FileChild
Modified: trunk/reactos/subsys/system/explorer/shell/filechild.cpp
Modified: trunk/reactos/subsys/system/explorer/taskbar/quicklaunch.cpp
Modified: trunk/reactos/subsys/system/explorer/taskbar/quicklaunch.h
Modified: trunk/reactos/subsys/system/explorer/taskbar/taskbar.cpp
Modified: trunk/reactos/subsys/system/explorer/taskbar/taskbar.h
_____
Modified: trunk/reactos/subsys/system/explorer/shell/filechild.cpp
--- trunk/reactos/subsys/system/explorer/shell/filechild.cpp
2005-02-06 13:12:07 UTC (rev 13438)
+++ trunk/reactos/subsys/system/explorer/shell/filechild.cpp
2005-02-06 13:28:34 UTC (rev 13439)
@@ -431,12 +431,15 @@
LPDRAWITEMSTRUCT dis = (LPDRAWITEMSTRUCT)lparam;
Entry* entry = (Entry*) dis->itemData;
- if (dis->CtlID == IDW_TREE_LEFT)
+ if (dis->CtlID == IDW_TREE_LEFT) {
_left->draw_item(dis, entry);
- else if (dis->CtlID == IDW_TREE_RIGHT)
+ return TRUE;
+ } else if (dis->CtlID == IDW_TREE_RIGHT) {
_right->draw_item(dis, entry);
+ return TRUE;
+ }
- return TRUE;}
+ goto def;}
case WM_SIZE:
if (wparam != SIZE_MINIMIZED)
_____
Modified: trunk/reactos/subsys/system/explorer/taskbar/quicklaunch.cpp
--- trunk/reactos/subsys/system/explorer/taskbar/quicklaunch.cpp
2005-02-06 13:12:07 UTC (rev 13438)
+++ trunk/reactos/subsys/system/explorer/taskbar/quicklaunch.cpp
2005-02-06 13:28:34 UTC (rev 13439)
@@ -1,5 +1,5 @@
/*
- * Copyright 2003, 2004 Martin Fuchs
+ * Copyright 2003, 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
_____
Modified: trunk/reactos/subsys/system/explorer/taskbar/quicklaunch.h
--- trunk/reactos/subsys/system/explorer/taskbar/quicklaunch.h
2005-02-06 13:12:07 UTC (rev 13438)
+++ trunk/reactos/subsys/system/explorer/taskbar/quicklaunch.h
2005-02-06 13:28:34 UTC (rev 13439)
@@ -1,5 +1,5 @@
/*
- * Copyright 2003, 2004 Martin Fuchs
+ * Copyright 2003, 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
_____
Modified: trunk/reactos/subsys/system/explorer/taskbar/taskbar.cpp
--- trunk/reactos/subsys/system/explorer/taskbar/taskbar.cpp
2005-02-06 13:12:07 UTC (rev 13438)
+++ trunk/reactos/subsys/system/explorer/taskbar/taskbar.cpp
2005-02-06 13:28:34 UTC (rev 13439)
@@ -1,5 +1,5 @@
/*
- * Copyright 2003, 2004 Martin Fuchs
+ * Copyright 2003, 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
_____
Modified: trunk/reactos/subsys/system/explorer/taskbar/taskbar.h
--- trunk/reactos/subsys/system/explorer/taskbar/taskbar.h
2005-02-06 13:12:07 UTC (rev 13438)
+++ trunk/reactos/subsys/system/explorer/taskbar/taskbar.h
2005-02-06 13:28:34 UTC (rev 13439)
@@ -1,5 +1,5 @@
/*
- * Copyright 2003, 2004 Martin Fuchs
+ * Copyright 2003, 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
Fix a typo.
Modified: trunk/reactos/config
_____
Modified: trunk/reactos/config
--- trunk/reactos/config 2005-02-06 11:01:22 UTC (rev 13435)
+++ trunk/reactos/config 2005-02-06 12:39:41 UTC (rev 13436)
@@ -8,7 +8,7 @@
#
# Which cpu should reactos optimze for
-# example : i486, i586, pentium, pentium2, pentum3, pentium4
+# example : i486, i586, pentium, pentium2, pentium3, pentium4
# athlon-xp, athlon-mp, k6-2,
#
# see gcc manual for more cpu name and which cpu it can