From 654057c737c7b51f236bdc6f5100f24f3fc4f8be Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 24 Mar 2012 21:31:49 +0000 Subject: WinGui: (WPF) Port the Advanced Panel for x264 from VidCoder. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4536 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs') diff --git a/win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs index 3be51ec05..a67bc293e 100644 --- a/win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs @@ -227,6 +227,7 @@ namespace HandBrakeWPF.ViewModels /// public void SetPreset(Preset preset, EncodeTask task) { + // Note, We don't support Subtitles in presets yet. this.Task = task; this.NotifyOfPropertyChange(() => this.Task); } -- cgit v1.2.3