diff options
author | sr55 <[email protected]> | 2009-08-08 17:12:50 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-08-08 17:12:50 +0000 |
commit | 37f17b20c0534197156407810371eaa94a95e41e (patch) | |
tree | fa40e4275aeb3c12a3206bd34de5cb2582d0c25e /win/C#/frmOptions.Designer.cs | |
parent | bb14bae8d88bc57be47531492f402d0c114fbd66 (diff) |
WinGui:
- Improved some error messages.
- Updated Installer Script
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2755 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmOptions.Designer.cs')
-rw-r--r-- | win/C#/frmOptions.Designer.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/C#/frmOptions.Designer.cs b/win/C#/frmOptions.Designer.cs index 231a23d69..ec7065e5f 100644 --- a/win/C#/frmOptions.Designer.cs +++ b/win/C#/frmOptions.Designer.cs @@ -404,7 +404,8 @@ namespace Handbrake this.text_an_path.Name = "text_an_path";
this.text_an_path.Size = new System.Drawing.Size(293, 21);
this.text_an_path.TabIndex = 76;
- this.ToolTip.SetToolTip(this.text_an_path, "The default location where auto named files are stored.");
+ this.ToolTip.SetToolTip(this.text_an_path, "This is the default location where your encoded files will be stored if \"Automati" +
+ "cally name output files\" is enabled.");
this.text_an_path.TextChanged += new System.EventHandler(this.text_an_path_TextChanged);
//
// label10
|