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#/Controls/Subtitles.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#/Controls/Subtitles.Designer.cs')
-rw-r--r-- | win/C#/Controls/Subtitles.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/Controls/Subtitles.Designer.cs b/win/C#/Controls/Subtitles.Designer.cs index 26584ec99..0ea0875ae 100644 --- a/win/C#/Controls/Subtitles.Designer.cs +++ b/win/C#/Controls/Subtitles.Designer.cs @@ -189,7 +189,7 @@ this.lv_subList.Name = "lv_subList";
this.lv_subList.Size = new System.Drawing.Size(688, 131);
this.lv_subList.TabIndex = 70;
- this.lv_subList.UseCompatibleStateImageBehavior = false;
+ //this.lv_subList.UseCompatibleStateImageBehavior = false;
this.lv_subList.View = System.Windows.Forms.View.Details;
this.lv_subList.SelectedIndexChanged += new System.EventHandler(this.lb_subList_SelectedIndexChanged);
//
|