diff options
author | sr55 <[email protected]> | 2010-01-09 20:44:10 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-01-09 20:44:10 +0000 |
commit | d655bd1bda60d6390428cf05de1e247e38fa1905 (patch) | |
tree | 217b910b87d781bc9da9927c25f75c94fb26c236 /win/C#/HandBrakeCS.csproj | |
parent | a7bc400d8ee9d45a0b0de3cadb2e0fb8060511a6 (diff) |
WinGui:
- Refactor the Activity window code. Hopefully the code is not thread-safe which should fix a couple of display problems with the log view.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3056 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 78cbc1d59..c31e0ffa6 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -212,6 +212,7 @@ <Compile Include="Functions\QueryGenerator.cs" />
<Compile Include="Functions\Main.cs" />
<Compile Include="Functions\Scan.cs" />
+ <Compile Include="Functions\System.cs" />
<Compile Include="Functions\UpdateCheckInformation.cs" />
<Compile Include="Functions\Win32.cs" />
<Compile Include="frmActivityWindow.cs">
|