diff options
author | sr55 <[email protected]> | 2007-10-16 21:20:29 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-10-16 21:20:29 +0000 |
commit | 37f0464f607dc7b905ed34048faf41d01e4aba7c (patch) | |
tree | 97dadbe37ab903fa9f40c2cd5b88a2366bfb3d6d /win/C#/frmReadDVD.Designer.cs | |
parent | b3a860c81ef5ec69726da83456d0bcc69259565d (diff) |
WinGui:
- Few small enhancements to the queue, including a "stop queue" button
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1031 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmReadDVD.Designer.cs')
-rw-r--r-- | win/C#/frmReadDVD.Designer.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/C#/frmReadDVD.Designer.cs b/win/C#/frmReadDVD.Designer.cs index e2395fcbf..0d3384154 100644 --- a/win/C#/frmReadDVD.Designer.cs +++ b/win/C#/frmReadDVD.Designer.cs @@ -81,7 +81,6 @@ namespace Handbrake this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(538, 113);
this.Name = "frmReadDVD";
- this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Reading DVD...";
this.TopMost = true;
|