diff options
author | sr55 <[email protected]> | 2011-06-20 20:16:12 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-06-20 20:16:12 +0000 |
commit | b7dea1e0f93ea117c11b5984968cdbaed904ba42 (patch) | |
tree | 4b2ad94aa1477a66977261a41a0d4575ebf33c3c /win/CS/Controls | |
parent | 5c75564427bbb893c4444af1d8c7304ce5343dcf (diff) |
WinGui: Update the About Window GPL statement & Fix an issue on the subtitles tab where it would refuse to allow an SRT to be imported when doing a queue edit.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4068 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/Controls')
-rw-r--r-- | win/CS/Controls/Subtitles.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/Controls/Subtitles.cs b/win/CS/Controls/Subtitles.cs index ba4195d29..e277a8c1a 100644 --- a/win/CS/Controls/Subtitles.cs +++ b/win/CS/Controls/Subtitles.cs @@ -227,6 +227,7 @@ namespace Handbrake.Controls {
lv_subList.Items.Clear();
subList.Clear();
+ srtFiles.Clear();
}
#endregion
|