- 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
</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
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