diff options
Diffstat (limited to 'win/C#/Controls/PictureSettings.Designer.cs')
-rw-r--r-- | win/C#/Controls/PictureSettings.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/Controls/PictureSettings.Designer.cs b/win/C#/Controls/PictureSettings.Designer.cs index 68b23031a..8f3727486 100644 --- a/win/C#/Controls/PictureSettings.Designer.cs +++ b/win/C#/Controls/PictureSettings.Designer.cs @@ -399,8 +399,8 @@ namespace Handbrake.Controls this.Controls.Add(this.lbl_Aspect);
this.Controls.Add(this.Label91);
this.Controls.Add(this.Label55);
- this.Name = "PictureSettings";
resources.ApplyResources(this, "$this");
+ this.Name = "PictureSettings";
((System.ComponentModel.ISupportInitialize)(this.text_height)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.text_width)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.crop_bottom)).EndInit();
|