Author: gedmurphy Date: Tue Jul 31 02:07:43 2007 New Revision: 28051
URL: http://svn.reactos.org/svn/reactos?rev=28051&view=rev Log: remove the 'enterprise' text
Modified: branches/ros-branch-0_3_3/reactos/ntoskrnl/inbv/inbv.c
Modified: branches/ros-branch-0_3_3/reactos/ntoskrnl/inbv/inbv.c URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_3/reactos/ntoskrn... ============================================================================== --- branches/ros-branch-0_3_3/reactos/ntoskrnl/inbv/inbv.c (original) +++ branches/ros-branch-0_3_3/reactos/ntoskrnl/inbv/inbv.c Tue Jul 31 02:07:43 2007 @@ -572,7 +572,7 @@ InbvSolidColorFill(0, 421, 639, 479, 1);
/* Get resources */ - Bitmap = InbvGetResourceAddress(14); + Bitmap = InbvGetResourceAddress(6); Header = InbvGetResourceAddress(15); }