diff options
author | sr55 <[email protected]> | 2010-04-17 13:44:35 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-04-17 13:44:35 +0000 |
commit | f2826248fce3d14896de6a02e5f59c9ecc69d1f8 (patch) | |
tree | 60648fb7932324d400b8c2d74490183e515cc6af /win/C#/frmAddPreset.Designer.cs | |
parent | 39c24561af3b8dd56ad689567af834faf2a6a3da (diff) |
WinGui:
- More stylecop warnings cleaned up
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3235 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmAddPreset.Designer.cs')
-rw-r--r-- | win/C#/frmAddPreset.Designer.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/win/C#/frmAddPreset.Designer.cs b/win/C#/frmAddPreset.Designer.cs index 83783908a..348c430b9 100644 --- a/win/C#/frmAddPreset.Designer.cs +++ b/win/C#/frmAddPreset.Designer.cs @@ -1,8 +1,8 @@ /* AudioTrack.cs $
- This file is part of the HandBrake source code.
- Homepage: <http://handbrake.fr>.
- It may be used under the terms of the GNU General Public License. */
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.fr>.
+ It may be used under the terms of the GNU General Public License. */
namespace Handbrake
{
@@ -79,7 +79,7 @@ namespace Handbrake this.btn_add.TabIndex = 2;
this.btn_add.Text = "Add";
this.btn_add.UseVisualStyleBackColor = false;
- this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
+ this.btn_add.Click += new System.EventHandler(this.BtnAddClick);
//
// btn_cancel
//
@@ -93,7 +93,7 @@ namespace Handbrake this.btn_cancel.TabIndex = 3;
this.btn_cancel.Text = "Cancel";
this.btn_cancel.UseVisualStyleBackColor = false;
- this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
+ this.btn_cancel.Click += new System.EventHandler(this.BtnCancelClick);
//
// check_pictureSettings
//
|