summaryrefslogtreecommitdiffstats
path: root/win/C#
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-12-21 15:13:24 +0000
committersr55 <[email protected]>2007-12-21 15:13:24 +0000
commitc9457fe2227ed8693e8b42044ddd4a4d5518ada6 (patch)
treec39faa4f1105ef66bcbfcf6b4734d65566bd279d /win/C#
parentdb87f9868ce76364745742cd3a056dbc909b463f (diff)
WinGui:
- Removed Chapter Marker window re-generation on chapter change. (Now consistant with the mac GUI) - Fixed spelling error on a tooltip git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1143 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#')
-rw-r--r--win/C#/frmMain.Designer.cs2
-rw-r--r--win/C#/frmMain.cs3
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)