]> granicus.if.org Git - handbrake/commitdiff
WinGui:
authorsr55 <sr55.hb@outlook.com>
Mon, 22 Jun 2009 14:33:03 +0000 (14:33 +0000)
committersr55 <sr55.hb@outlook.com>
Mon, 22 Jun 2009 14:33:03 +0000 (14:33 +0000)
- Fix the tooltip on the quality slider. It's just wrong.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2597 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/HandBrakeCS.csproj
win/C#/frmMain.Designer.cs

index 729ec66ff69d4b5b3080fa00af0d6e021e20d707..9f0b793c8ba1ca7269e4a216f49325a1eb091fd8 100644 (file)
@@ -54,7 +54,7 @@
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
     <DebugType>full</DebugType>\r
-    <Optimize>false</Optimize>\r
+    <Optimize>true</Optimize>\r
     <OutputPath>bin\Release\</OutputPath>\r
     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
index 6bc52152cebd8bcabaf7c89671bac8a90f93319f..d7af96a671ad8911fb52b52e3ffd875001edca79 100644 (file)
@@ -356,7 +356,8 @@ namespace Handbrake
             this.slider_videoQuality.Size = new System.Drawing.Size(322, 45);\r
             this.slider_videoQuality.TabIndex = 14;\r
             this.slider_videoQuality.TickFrequency = 17;\r
-            this.ToolTip.SetToolTip(this.slider_videoQuality, "Set the quality level of the video. (Around 70% is fine for most)");\r
+            this.ToolTip.SetToolTip(this.slider_videoQuality, "Set the quality level of the video. Typical sane values are between 59~63%. \r\n>70" +\r
+                    "% will likely result in the output file being larger than the input file.");\r
             this.slider_videoQuality.ValueChanged += new System.EventHandler(this.slider_videoQuality_Scroll);\r
             // \r
             // text_filesize\r