diff options
author | sr55 <[email protected]> | 2012-06-26 20:46:19 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-06-26 20:46:19 +0000 |
commit | a47da7b31e9150888bcd8a495841be00f97b1114 (patch) | |
tree | fdb3ef05132ce0c34891641a2ce498d70ed9da4f /win/CS/HandBrakeWPF/App.xaml | |
parent | be14d23c567b88a857df6f91f5c8a95c8c8e17fa (diff) |
WinGui: Another set of assorted fixes and UI tweaks.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4781 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/App.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/App.xaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/App.xaml b/win/CS/HandBrakeWPF/App.xaml index 5ac1f993e..24ea02909 100644 --- a/win/CS/HandBrakeWPF/App.xaml +++ b/win/CS/HandBrakeWPF/App.xaml @@ -1,6 +1,7 @@ <Application x:Class="HandBrakeWPF.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:HandBrakeWPF.Startup">
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:HandBrakeWPF.Startup"
+ ShutdownMode="OnMainWindowClose">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
|