Fix FreeLDR bug #4877. Patch by Gabriel.

svn path=/trunk/; revision=43329
This commit is contained in:
Dmitry Gorbachev 2009-10-07 19:55:44 +00:00
parent 85a206d9b2
commit 3da2eea23c

View file

@ -270,6 +270,7 @@ WinLdrLoadImage(IN PCHAR FileName,
/* Inform user we are loading files */
sprintf(ProgressString, "Loading %s...", strchr(FileName, '\\') + 1);
UiDrawBackdrop();
UiDrawProgressBarCenter(1, 100, ProgressString);
/* Open the image file */