OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 4 Sep 2007 21:58:26 +0000 (21:58 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 4 Sep 2007 21:58:26 +0000 (21:58 +0000)
- Fixed missing splash screen issue. (my bad!)

git-svn-id: svn://localhost/HandBrake/trunk@922 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/frmSplashScreen.Designer.cs

index df469c7..d823170 100644 (file)
@@ -36,7 +36,7 @@ namespace Handbrake
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
             this.BackColor = System.Drawing.Color.White;\r
-            this.BackgroundImage = global::Handbrake.Properties.Resources.tempSplash;\r
+            this.BackgroundImage = global::Handbrake.Properties.Resources.SplashScreen;\r
             this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;\r
             this.ClientSize = new System.Drawing.Size(496, 303);\r
             this.ControlBox = false;\r