diff options
-rw-r--r-- | win/C#/frmMain.Designer.cs | 2 | ||||
-rw-r--r-- | win/C#/frmMain.cs | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index 8f7486c9a..e400bea34 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -307,7 +307,7 @@ namespace Handbrake this.text_destination.Name = "text_destination";
this.text_destination.Size = new System.Drawing.Size(429, 21);
this.text_destination.TabIndex = 1;
- this.ToolTip.SetToolTip(this.text_destination, "Location where the enoceded file will be saved.");
+ this.ToolTip.SetToolTip(this.text_destination, "Location where the encoded file will be saved.");
//
// btn_Browse
//
diff --git a/win/C#/frmMain.cs b/win/C#/frmMain.cs index 7a9a97d5d..3267a7f04 100644 --- a/win/C#/frmMain.cs +++ b/win/C#/frmMain.cs @@ -487,8 +487,6 @@ namespace Handbrake }
// Run the Autonaming function
hb_common_func.autoName(this);
- hb_common_func.chapterNaming(this);
-
}
private void drop_chapterFinish_SelectedIndexChanged(object sender, EventArgs e)
@@ -512,7 +510,6 @@ namespace Handbrake // Run the Autonaming function
hb_common_func.autoName(this);
- hb_common_func.chapterNaming(this);
}
private void text_bitrate_TextChanged(object sender, EventArgs e)
|