diff options
author | sr55 <[email protected]> | 2007-09-22 16:16:40 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-09-22 16:16:40 +0000 |
commit | d33808160c6938bd9611e155bebf97ab1d617b1e (patch) | |
tree | 35e506144ed97dc8a3e79b8cd32623f0b69e6a23 /win/C#/HandBrakeCS.csproj | |
parent | 7cd3e9bcc2a79500b60d33973414acbc7a1b57c2 (diff) |
WinGui:
- Added some new png images to the gui ( Hawkman's Image pack)
- Redesigned the layout of the queue slightly.
- Fixed size issue with the DVD info window.
-
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@980 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r-- | win/C#/HandBrakeCS.csproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index 97918ad34..181293626 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -177,8 +177,11 @@ </ItemGroup>
<ItemGroup>
<Content Include="handbrakepineapple.ico" />
+ <Content Include="Resources\Output_Small.png" />
+ <Content Include="Resources\Pref_Small.png" />
+ <Content Include="Resources\Queue.png" />
+ <Content Include="Resources\Queue_Small.png" />
<None Include="Resources\SplashScreen.jpg" />
- <BaseApplicationManifest Include="Properties\app.manifest" />
<None Include="Resources\Remove.png" />
<None Include="Resources\Movies.png" />
<None Include="Resources\info.png" />
|