summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/AudioDefaultsViewModel.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2019-07-31 21:41:02 +0100
committersr55 <[email protected]>2019-07-31 21:41:02 +0100
commit7f3aa8a27b04b537d1679948e1cfa55249dadc83 (patch)
tree82e388c09b49a8ba7aa01471b80d71f59ce47abf /win/CS/HandBrakeWPF/ViewModels/AudioDefaultsViewModel.cs
parent772c2308b91b8b912ef09805efcd3fc93e63ee52 (diff)
WinGui: UI / Consistency improvements on Audio and Subtitle Defaults
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/AudioDefaultsViewModel.cs')
-rw-r--r--win/CS/HandBrakeWPF/ViewModels/AudioDefaultsViewModel.cs6
1 files changed, 5 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/AudioDefaultsViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/AudioDefaultsViewModel.cs
index 1b5a20df3..8da815bd1 100644
--- a/win/CS/HandBrakeWPF/ViewModels/AudioDefaultsViewModel.cs
+++ b/win/CS/HandBrakeWPF/ViewModels/AudioDefaultsViewModel.cs
@@ -14,12 +14,14 @@ namespace HandBrakeWPF.ViewModels
using System.ComponentModel;
using System.Diagnostics;
using System.Linq;
+ using System.Windows.Navigation;
using HandBrake.Interop.Interop;
using HandBrake.Interop.Interop.Model.Encoding;
using HandBrake.Interop.Utilities;
using HandBrakeWPF.Model.Audio;
+ using HandBrakeWPF.Properties;
using HandBrakeWPF.Services.Encode.Model;
using HandBrakeWPF.Services.Encode.Model.Models;
using HandBrakeWPF.Services.Presets.Model;
@@ -63,6 +65,8 @@ namespace HandBrakeWPF.ViewModels
}
this.Setup((Preset)null, task);
+
+ this.Title = Resources.AudioViewModel_AudioDefaults;
}
#endregion
@@ -513,7 +517,7 @@ namespace HandBrakeWPF.ViewModels
{
Process.Start("https://handbrake.fr/docs/en/1.2.0/advanced/audio-subtitle-defaults.html");
}
-
+
#endregion
}
} \ No newline at end of file