diff options
author | sr55 <[email protected]> | 2007-11-16 22:49:34 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-11-16 22:49:34 +0000 |
commit | af3277fd9e511b768a083bc77023e2e0437578fc (patch) | |
tree | c5611438d5797c44acdc909f9b8e12203e133c5f /win/C#/frmAbout.Designer.cs | |
parent | 9f0ec015e60bdfefb0956cd45a762c04d2d8bcb0 (diff) |
WinGUI:
- Image file updated in about window (due to removal of images folder)
- frmDvdInfo has few small design tweaks
- Few fixes in the Query Parser
- Build number added to application Settings.Designer.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1065 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmAbout.Designer.cs')
-rw-r--r-- | win/C#/frmAbout.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmAbout.Designer.cs b/win/C#/frmAbout.Designer.cs index 49ae98a89..a417e6ad1 100644 --- a/win/C#/frmAbout.Designer.cs +++ b/win/C#/frmAbout.Designer.cs @@ -99,7 +99,7 @@ namespace Handbrake //
// PictureBox1
//
- this.PictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("PictureBox1.Image")));
+ this.PictureBox1.Image = global::Handbrake.Properties.Resources.logo128;
this.PictureBox1.InitialImage = null;
this.PictureBox1.Location = new System.Drawing.Point(7, 8);
this.PictureBox1.Name = "PictureBox1";
|