diff options
author | sr55 <[email protected]> | 2008-05-07 20:43:49 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-05-07 20:43:49 +0000 |
commit | c99236b3cd8fff2b67e93fb8a8c3a8f76dca223a (patch) | |
tree | fc2035a531fea21ed5206a93ac3cccdfc6ef6ae6 /win/C#/HandBrakeCS.csproj | |
parent | 707962e0c733ca594a790ec5213eb85455b7dd64 (diff) |
WinGui:
- Got rid of the DVD info window. DVD information can now be read from the activity window.
- Removed some unused code calls to frmDvdInfo.
- Changed frmActivityWindow design, removed all buttons, text window now expands as the window size grows. Basically, the window is identical to the MacGUI window now.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1454 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index da343ea94..49f2ae677 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -128,12 +128,6 @@ <Compile Include="frmDownload.Designer.cs">
<DependentUpon>frmDownload.cs</DependentUpon>
</Compile>
- <Compile Include="frmDvdInfo.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmDvdInfo.Designer.cs">
- <DependentUpon>frmDvdInfo.cs</DependentUpon>
- </Compile>
<Compile Include="frmMain.cs">
<SubType>Form</SubType>
</Compile>
@@ -187,10 +181,6 @@ <SubType>Designer</SubType>
<DependentUpon>frmDownload.cs</DependentUpon>
</EmbeddedResource>
- <EmbeddedResource Include="frmDvdInfo.resx">
- <SubType>Designer</SubType>
- <DependentUpon>frmDvdInfo.cs</DependentUpon>
- </EmbeddedResource>
<EmbeddedResource Include="frmMain.resx">
<SubType>Designer</SubType>
<DependentUpon>frmMain.cs</DependentUpon>
|