diff options
author | sr55 <[email protected]> | 2009-03-15 14:12:48 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-03-15 14:12:48 +0000 |
commit | 48f7c00f4e9aa893f97c425746dd1cace8215620 (patch) | |
tree | d8ed24114ff8744e21c74ee60662d16f13e4a16e /win/C#/HandBrakeCS.csproj | |
parent | 30b537ed1847e996f74338bab2441e59c8c8d05f (diff) |
WinGui:
- Enable tabstops on the add preset window.
- Confirm closing of program if Queue is running (ExDeus)
- Minor fixes/cleanup from Exdeus (Destination Browse Button, Tools > Show Queue, MessageBox in frmQueue)
- Code cleanup in a few other files.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2260 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 7ddbeb888..7542e6097 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -306,6 +306,7 @@ <None Include="Resources\ActivityWindow.png" />
<None Include="Resources\AddToQueue.png" />
<Content Include="Resources\ActivityWindow_small.png" />
+ <None Include="Resources\AddToQueue_small.png" />
<Content Include="Resources\copy.png" />
<Content Include="Resources\disc_small.png" />
<None Include="Resources\hb32.png" />
|