diff options
author | sr55 <[email protected]> | 2009-07-22 16:35:29 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-07-22 16:35:29 +0000 |
commit | 8016bbda96afbda4f29c2fc9278c07bbfeeda788 (patch) | |
tree | 4f863988901eef188724b6a476ee673f8dd7e0b0 /win/C#/frmQueue.Designer.cs | |
parent | 31cba7c50e86008d1f2db00c411af1bb781226a6 (diff) |
WinGui:
- Possible fix for "clr20r3" error that some people have been seeing when trying to launch HB
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2722 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmQueue.Designer.cs')
-rw-r--r-- | win/C#/frmQueue.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmQueue.Designer.cs b/win/C#/frmQueue.Designer.cs index f5b379cac..7d86537e2 100644 --- a/win/C#/frmQueue.Designer.cs +++ b/win/C#/frmQueue.Designer.cs @@ -349,7 +349,7 @@ namespace Handbrake this.list_queue.Name = "list_queue";
this.list_queue.Size = new System.Drawing.Size(761, 219);
this.list_queue.TabIndex = 72;
- this.list_queue.UseCompatibleStateImageBehavior = false;
+ //this.list_queue.UseCompatibleStateImageBehavior = false;
this.list_queue.View = System.Windows.Forms.View.Details;
this.list_queue.KeyUp += new System.Windows.Forms.KeyEventHandler(this.list_queue_deleteKey);
//
|