Author: mkupfer Date: Sat Mar 6 23:14:46 2010 New Revision: 45966
URL: http://svn.reactos.org/svn/reactos?rev=45966&view=rev Log: - fix palette index for the progress bar
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=45... ============================================================================== --- trunk/reactos/ntoskrnl/inbv/inbv.c [iso-8859-1] (original) +++ trunk/reactos/ntoskrnl/inbv/inbv.c [iso-8859-1] Sat Mar 6 23:14:46 2010 @@ -409,7 +409,7 @@ ProgressBarTop, ProgressBarLeft + FillCount, ProgressBarTop + 12, - 11); + 15);
/* Release the lock */ InbvReleaseLock();