diff options
author | sr55 <[email protected]> | 2007-12-21 15:13:24 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-12-21 15:13:24 +0000 |
commit | c9457fe2227ed8693e8b42044ddd4a4d5518ada6 (patch) | |
tree | c39faa4f1105ef66bcbfcf6b4734d65566bd279d /win/C#/frmMain.Designer.cs | |
parent | db87f9868ce76364745742cd3a056dbc909b463f (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#/frmMain.Designer.cs')
-rw-r--r-- | win/C#/frmMain.Designer.cs | 2 |
1 files changed, 1 insertions, 1 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
//
|