diff options
author | sr55 <[email protected]> | 2007-12-19 22:42:26 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-12-19 22:42:26 +0000 |
commit | 932a94ec17ab01f1e48eeba5b6fbf7e89794f176 (patch) | |
tree | a2180b0e54df3e5c9b5f2acd7a2c8af5894feb9e /win/C#/HandBrakeCS.csproj | |
parent | 5757d7c7295572f8dd8f078dcceddf8728e075f3 (diff) |
WinGui:
- Some more code clean up
- Fixed: Skipped button not working on update checker.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1138 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 726cbb66c..cfd881727 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -117,6 +117,7 @@ <Compile Include="frmUpdater.Designer.cs">
<DependentUpon>frmUpdater.cs</DependentUpon>
</Compile>
+ <Compile Include="Functions\Common.cs" />
<Compile Include="Functions\RssReader.cs" />
<Compile Include="Functions\CLI.cs" />
<Compile Include="Functions\QueryParser.cs" />
|