Author: gedmurphy
Date: Mon Jul 30 14:17:20 2007
New Revision: 28040
URL:
http://svn.reactos.org/svn/reactos?rev=28040&view=rev
Log:
remove the 'enterprise' text, I don't think we're worthy of it just yet.
Modified:
trunk/reactos/ntoskrnl/inbv/inbv.c
Modified: trunk/reactos/ntoskrnl/inbv/inbv.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/inbv/inbv.c?rev=2…
==============================================================================
--- trunk/reactos/ntoskrnl/inbv/inbv.c (original)
+++ trunk/reactos/ntoskrnl/inbv/inbv.c Mon Jul 30 14:17:20 2007
@@ -572,7 +572,7 @@
InbvSolidColorFill(0, 421, 639, 479, 1);
/* Get resources */
- Bitmap = InbvGetResourceAddress(14);
+ Bitmap = InbvGetResourceAddress(6);
Header = InbvGetResourceAddress(15);
}