- fix palette index for the progress bar

svn path=/trunk/; revision=45966
This commit is contained in:
Matthias Kupfer 2010-03-06 22:14:46 +00:00
parent f6b997c0d2
commit 77013ae0dd

View file

@ -409,7 +409,7 @@ InbvUpdateProgressBar(IN ULONG Progress)
ProgressBarTop,
ProgressBarLeft + FillCount,
ProgressBarTop + 12,
11);
15);
/* Release the lock */
InbvReleaseLock();