diff options
author | sr55 <[email protected]> | 2009-06-22 14:33:03 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-06-22 14:33:03 +0000 |
commit | df3b0eed16765ee555a4a18b80a51da0699cf5d6 (patch) | |
tree | 2c9104e2cf14f8484a5e420831d831edd13e7a10 /win/C#/HandBrakeCS.csproj | |
parent | 895a34500e60f32e41db5f071a13dfcd3c1243d3 (diff) |
WinGui:
- 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
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index 729ec66ff..9f0b793c8 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -54,7 +54,7 @@ </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
- <Optimize>false</Optimize>
+ <Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
|