--- branches/ros-branch-0_2_7/reactos/subsys/system/usetup/usetup.c 2005-08-06 18:57:52 UTC (rev 17112)
+++ branches/ros-branch-0_2_7/reactos/subsys/system/usetup/usetup.c 2005-08-06 19:02:53 UTC (rev 17113)
@@ -1445,7 +1445,7 @@
return SELECT_FILE_SYSTEM_PAGE;
}
- else if (Ir->Event.KeyEvent.wVirtualKeyCode == 'c') /* C */
+ else if (Ir->Event.KeyEvent.wVirtualKeyCode == 'C') /* C */
{
if (PartitionList->CurrentPartition->Unpartitioned == FALSE)
{
@@ -1461,7 +1461,7 @@
return CREATE_PARTITION_PAGE;
}
- else if (Ir->Event.KeyEvent.wVirtualKeyCode == 'd') /* D */
+ else if (Ir->Event.KeyEvent.wVirtualKeyCode == 'D') /* D */
{
if (PartitionList->CurrentPartition->Unpartitioned == TRUE)
{
@@ -1971,7 +1971,7 @@
{
return SELECT_PARTITION_PAGE;
}
- else if (Ir->Event.KeyEvent.wVirtualKeyCode == 'd') /* D */
+ else if (Ir->Event.KeyEvent.wVirtualKeyCode == 'D') /* D */
{
DeleteCurrentPartition (PartitionList);