diff options
author | sr55 <[email protected]> | 2009-01-05 19:19:00 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-01-05 19:19:00 +0000 |
commit | 8bd864a502666482a0f47e22d5f671b7c502e027 (patch) | |
tree | 21501963b4a1c1ecb8dcf397a5de6cae0369fc03 /win/C#/frmOptions.Designer.cs | |
parent | 5917460b2da251a54143874586ae041c27350a13 (diff) |
WinGui:
- Removed some white space in a few files.
- Untied options window from frmMain.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2062 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmOptions.Designer.cs')
-rw-r--r-- | win/C#/frmOptions.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmOptions.Designer.cs b/win/C#/frmOptions.Designer.cs index 695f2c3b2..5dd7247d8 100644 --- a/win/C#/frmOptions.Designer.cs +++ b/win/C#/frmOptions.Designer.cs @@ -286,7 +286,7 @@ namespace Handbrake this.check_tooltip.Size = new System.Drawing.Size(135, 17);
this.check_tooltip.TabIndex = 70;
this.check_tooltip.Text = "Enable GUI tooltips";
- this.ToolTip.SetToolTip(this.check_tooltip, "Enable the built in tooltips for gui controls.");
+ this.ToolTip.SetToolTip(this.check_tooltip, "Enable the built in tooltips for gui controls. (Requires Restart)");
this.check_tooltip.UseVisualStyleBackColor = false;
this.check_tooltip.CheckedChanged += new System.EventHandler(this.check_tooltip_CheckedChanged);
//
|