diff options
author | sr55 <[email protected]> | 2009-04-02 15:10:21 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-04-02 15:10:21 +0000 |
commit | df3c74d3c2c64781f119d1b0c80f0f744be6bc0b (patch) | |
tree | 4f49670c1c12745c96d43fa9c44bc78c18c811cd /win/C#/frmOptions.Designer.cs | |
parent | 85f4f0c7ca4b5c07ca9a71c0f3067ec86c2915a9 (diff) |
WinGui:
- Fix for Destination Browse button exception is destination is empty. (http://forum.handbrake.fr/viewtopic.php?f=12&t=10140)
- Added warning if user is about to add 2 or more items to the queue with the same destination path.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2294 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmOptions.Designer.cs')
-rw-r--r-- | win/C#/frmOptions.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/frmOptions.Designer.cs b/win/C#/frmOptions.Designer.cs index 91c0222bf..fce6af7de 100644 --- a/win/C#/frmOptions.Designer.cs +++ b/win/C#/frmOptions.Designer.cs @@ -491,9 +491,9 @@ namespace Handbrake this.check_cli_minimized.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.check_cli_minimized.Location = new System.Drawing.Point(71, 18);
this.check_cli_minimized.Name = "check_cli_minimized";
- this.check_cli_minimized.Size = new System.Drawing.Size(155, 17);
+ this.check_cli_minimized.Size = new System.Drawing.Size(162, 17);
this.check_cli_minimized.TabIndex = 76;
- this.check_cli_minimized.Text = "Use window minimized";
+ this.check_cli_minimized.Text = "Start window minimized";
this.ToolTip.SetToolTip(this.check_cli_minimized, "Starts a CLI window minimized.");
this.check_cli_minimized.UseVisualStyleBackColor = true;
this.check_cli_minimized.CheckedChanged += new System.EventHandler(this.check_cli_minimized_CheckedChanged);
|