From 7129aebff7254512f7319b059c507db6f9c77ca2 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 11 Sep 2011 17:18:41 +0000 Subject: WinGui: Some further work to enable libhb encode support. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4218 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/Controls/Subtitles.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'win/CS/Controls/Subtitles.cs') diff --git a/win/CS/Controls/Subtitles.cs b/win/CS/Controls/Subtitles.cs index 35b05aa26..654c99fdc 100644 --- a/win/CS/Controls/Subtitles.cs +++ b/win/CS/Controls/Subtitles.cs @@ -9,6 +9,7 @@ namespace Handbrake.Controls using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; + using System.ComponentModel; using System.IO; using System.Linq; using System.Windows.Forms; @@ -62,6 +63,17 @@ namespace Handbrake.Controls srt_lang.SelectedIndex = 40; } + /// + /// Gets SubtitlesList. + /// + public List SubtitlesList + { + get + { + return subList; + } + } + #region Public Methods /// /// Gets the CLI Query for this panel -- cgit v1.2.3