From 2ad2245bc6b2151f7526511f5ba9a3868964aa1f Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 16 Jan 2010 21:37:10 +0000 Subject: [PATCH] WinGui: - Updated tooltip for new show cli window preference. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3074 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/frmOptions.Designer.cs | 2 +- win/C#/frmOptions.resx | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/win/C#/frmOptions.Designer.cs b/win/C#/frmOptions.Designer.cs index 554351c78..e74c5f22c 100644 --- a/win/C#/frmOptions.Designer.cs +++ b/win/C#/frmOptions.Designer.cs @@ -1458,7 +1458,7 @@ namespace Handbrake this.check_showCliForInGUIEncode.Size = new System.Drawing.Size(330, 17); this.check_showCliForInGUIEncode.TabIndex = 96; this.check_showCliForInGUIEncode.Text = "Show CLI window (Allows you to cleanly exit encode with ctrl-c)"; - this.ToolTip.SetToolTip(this.check_showCliForInGUIEncode, "Displays the CLI status in the GUI windows instead of the CLI window."); + this.ToolTip.SetToolTip(this.check_showCliForInGUIEncode, resources.GetString("check_showCliForInGUIEncode.ToolTip")); this.check_showCliForInGUIEncode.UseVisualStyleBackColor = false; this.check_showCliForInGUIEncode.CheckedChanged += new System.EventHandler(this.check_showCliForInGUIEncode_CheckedChanged); // diff --git a/win/C#/frmOptions.resx b/win/C#/frmOptions.resx index f16c6a9a2..a84c00ac2 100644 --- a/win/C#/frmOptions.resx +++ b/win/C#/frmOptions.resx @@ -120,6 +120,14 @@ 132, 18 + + 132, 18 + + + Shows the CLI window when "Encode In-Gui encode status" is enabled. +You may wish to enable this as you'll be able to cleanly exit the CLI using ctrl-c +meaing you'll have playable files if you choose to end the encode early. + Use .m4v instead of .mp4 for MP4 files -- 2.40.0