diff options
author | sr55 <[email protected]> | 2018-01-31 20:31:58 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2018-01-31 20:31:58 +0000 |
commit | bee8e5bd5f7b6e9258e9aaab98babd2d3cca1388 (patch) | |
tree | 641a28b609acbd62e0ab5b5d8acfb5ea43e5b275 /win/CS/HandBrakeWPF/HandBrakeWPF.csproj | |
parent | d647cd46423198c2105d5ad0144f400c9412d365 (diff) |
WinGui: Add Presets button to toolbar. The preset management options are not discoverable enough as-is
Diffstat (limited to 'win/CS/HandBrakeWPF/HandBrakeWPF.csproj')
-rw-r--r-- | win/CS/HandBrakeWPF/HandBrakeWPF.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj index 0e2d5c5ea..c366fe1c6 100644 --- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj +++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj @@ -742,6 +742,9 @@ <ItemGroup>
<Resource Include="Views\Images\Movies_small.png" />
</ItemGroup>
+ <ItemGroup>
+ <Resource Include="Views\Images\Presets2.png" />
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
|