diff options
author | sr55 <[email protected]> | 2010-10-17 16:24:17 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-10-17 16:24:17 +0000 |
commit | b4a9516569a9a4b2869d5d62111dc45e3f1d6f21 (patch) | |
tree | 0f4fbd9395a8ebe757a8f7eddd3330428443d76c /win/C#/frmMain.Designer.cs | |
parent | be68157ebb4fcd230b6d1b8d4dfc6ff62057ea3c (diff) |
WinGui:
- Fix typo in the Options window.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3604 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.Designer.cs')
-rw-r--r-- | win/C#/frmMain.Designer.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index a307147ce..7761f2142 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -39,7 +39,7 @@ namespace Handbrake this.components = new System.ComponentModel.Container();
System.Windows.Forms.ContextMenuStrip notifyIconMenu;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
this.btn_restore = new System.Windows.Forms.ToolStripMenuItem();
this.DVD_Save = new System.Windows.Forms.SaveFileDialog();
this.ToolTip = new System.Windows.Forms.ToolTip(this.components);
@@ -407,9 +407,9 @@ namespace Handbrake //
// number
//
- dataGridViewCellStyle2.Format = "N0";
- dataGridViewCellStyle2.NullValue = null;
- this.number.DefaultCellStyle = dataGridViewCellStyle2;
+ dataGridViewCellStyle1.Format = "N0";
+ dataGridViewCellStyle1.NullValue = null;
+ this.number.DefaultCellStyle = dataGridViewCellStyle1;
this.number.Frozen = true;
this.number.HeaderText = "Chapter Number";
this.number.MaxInputLength = 3;
@@ -709,7 +709,7 @@ namespace Handbrake //
this.btn_new_preset.Name = "btn_new_preset";
this.btn_new_preset.Size = new System.Drawing.Size(194, 22);
- this.btn_new_preset.Text = "New Preset";
+ this.btn_new_preset.Text = "Save Preset";
this.btn_new_preset.Click += new System.EventHandler(this.btn_new_preset_Click);
//
// mnu_importMacPreset
|