diff options
author | sr55 <[email protected]> | 2007-09-22 16:16:40 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-09-22 16:16:40 +0000 |
commit | d33808160c6938bd9611e155bebf97ab1d617b1e (patch) | |
tree | 35e506144ed97dc8a3e79b8cd32623f0b69e6a23 /win/C#/frmQuickStart.Designer.cs | |
parent | 7cd3e9bcc2a79500b60d33973414acbc7a1b57c2 (diff) |
WinGui:
- Added some new png images to the gui ( Hawkman's Image pack)
- Redesigned the layout of the queue slightly.
- Fixed size issue with the DVD info window.
-
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@980 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmQuickStart.Designer.cs')
-rw-r--r-- | win/C#/frmQuickStart.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmQuickStart.Designer.cs b/win/C#/frmQuickStart.Designer.cs index 07f9488b4..479e67fee 100644 --- a/win/C#/frmQuickStart.Designer.cs +++ b/win/C#/frmQuickStart.Designer.cs @@ -223,7 +223,7 @@ namespace Handbrake // pictureBox8
//
this.pictureBox8.ErrorImage = global::Handbrake.Properties.Resources.info;
- this.pictureBox8.Image = global::Handbrake.Properties.Resources.General_Preferences;
+ this.pictureBox8.Image = global::Handbrake.Properties.Resources.General_Prefences;
this.pictureBox8.Location = new System.Drawing.Point(12, 71);
this.pictureBox8.Name = "pictureBox8";
this.pictureBox8.Size = new System.Drawing.Size(34, 33);
|