浏览代码

Updated 'STOPIMAGE'.

Martijn Laan 6 年之前
父节点
当前提交
523037d8fd
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 二进制
      Projects/Images.res
  2. 2 2
      Projects/Wizard.pas

二进制
Projects/Images.res


+ 2 - 2
Projects/Wizard.pas

@@ -774,8 +774,8 @@ begin
   WizardSmallBitmapImage.Bitmap := SelectBestImage(WizardSmallImages, WizardSmallBitmapImage.Width, WizardSmallBitmapImage.Height);
   WizardSmallBitmapImage.Stretch := (shWizardImageStretch in SetupHeader.Options);
   PreparingErrorBitmapImage.Bitmap.Handle := LoadBitmap(HInstance, 'STOPIMAGE');
-  PreparingErrorBitmapImage.ReplaceColor := clSilver;
-  PreparingErrorBitmapImage.ReplaceWithColor := Color;
+  PreparingErrorBitmapImage.ReplaceColor := RGB(255, 0, 255);
+  PreparingErrorBitmapImage.ReplaceWithColor := PreparingPage.Color;
   LoadSelectDirAndGroupImages;
 
   { Initialize wpWelcome page }