diff options
author | sr55 <[email protected]> | 2008-03-19 21:29:22 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-03-19 21:29:22 +0000 |
commit | 945cce88b9b26e88a08feeea6e5ea767ba0a72c7 (patch) | |
tree | cec574ba4a8c97265729307155ec4f2b56c73350 /win/C#/HandBrakeCS.csproj | |
parent | 60980a0eef6853d3a34e1727c5b3570aff1be548 (diff) |
WinGui:
- The x264 tab has been replaced by a completely new panel with widgets for many of the available x264 options. It operates in a similar way to the macgui's panel. (It however will not disable widgets based on selections on other widgets yet(like the macgui does) this will come later when the bugs have been worked out.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1347 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index ed583a840..da343ea94 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -162,6 +162,7 @@ <Compile Include="Functions\RssReader.cs" />
<Compile Include="Functions\CLI.cs" />
<Compile Include="Functions\QueryParser.cs" />
+ <Compile Include="Functions\x264Panel.cs" />
<Compile Include="Parsing\AudioTrack.cs" />
<Compile Include="Parsing\Chapter.cs" />
<Compile Include="Parsing\DVD.cs" />
|