diff options
author | sr55 <[email protected]> | 2007-10-14 11:44:54 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-10-14 11:44:54 +0000 |
commit | 630588694d7c2c070024ccf580125edbe49e6497 (patch) | |
tree | 716d63f49b4335ecae8be60eda81ca9f2e6cbffe /win/C#/HandBrakeCS.csproj | |
parent | 46fb7d4c533333b92f2c3ed2ddf6f3d1a830ab6c (diff) |
WinGUI:
- New development tab (hidden in release builds) for testing functions.
- Fixed: chapter markers now get saved when using "set default" option
- Fixed: crash on query editor if copy was used with an empty text box
- Fixed: a few corrupted presets
- Added: Width / height & anamorphic options get highlighted in red if someone tries to change the width/height when anamorphic is enabled. (text explanation added)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1024 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 f0cafac2c..1b55daa15 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -99,6 +99,7 @@ <DependentUpon>frmQuickStart.cs</DependentUpon>
</Compile>
<Compile Include="Functions\CLI.cs" />
+ <Compile Include="Functions\QueryParser.cs" />
<Compile Include="Parsing\AudioTrack.cs" />
<Compile Include="Parsing\Chapter.cs" />
<Compile Include="Parsing\DVD.cs" />
|