summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-09-04 21:58:26 +0000
committersr55 <[email protected]>2007-09-04 21:58:26 +0000
commit226ce25b95838ef179f9bf2c3ad5bf849723dc7f (patch)
treeff98960ec158ab7c29b98a84b81ae19fe4d92dbe /win
parent99dcc13db55eed63d120b1103fd943efd99f3976 (diff)
WinGui:
- Fixed missing splash screen issue. (my bad!) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@922 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win')
-rw-r--r--win/C#/frmSplashScreen.Designer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmSplashScreen.Designer.cs b/win/C#/frmSplashScreen.Designer.cs
index df469c771..d8231703c 100644
--- a/win/C#/frmSplashScreen.Designer.cs
+++ b/win/C#/frmSplashScreen.Designer.cs
@@ -36,7 +36,7 @@ namespace Handbrake
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
- this.BackgroundImage = global::Handbrake.Properties.Resources.tempSplash;
+ this.BackgroundImage = global::Handbrake.Properties.Resources.SplashScreen;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(496, 303);
this.ControlBox = false;