diff options
author | sr55 <[email protected]> | 2007-07-15 14:52:42 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-07-15 14:52:42 +0000 |
commit | 33d6ae36a4859fbc46e730e4e7630acf2db264e1 (patch) | |
tree | 0a436ddd93da6357629acd2ab49b61d2ca5bceed /win/C#/frmMain.Designer.cs | |
parent | 264eb1a4eaa4b91e1d365c9fca947b2b06fe52ef (diff) |
- Audio and Subtitle down-downs now populated on DVD Title selection.
- Verbose bug fixed in GenerateQuery()
- Setup frmDvdInfo ready to be populated with plain text output from handbrake.
- Removed the EncodeOutput window. This can wait till another version.
- A few other small changes.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@688 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 67c5e97ed..75016a255 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -264,7 +264,7 @@ namespace Handbrake this.text_source.Name = "text_source";
this.text_source.Size = new System.Drawing.Size(253, 21);
this.text_source.TabIndex = 1;
- this.text_source.Text = "Click \"Browse\" to continue";
+ this.text_source.Text = "Click \'Browse\' to continue";
this.ToolTip.SetToolTip(this.text_source, "The input source location.");
//
// text_destination
|