diff options
author | sr55 <[email protected]> | 2009-06-15 21:32:19 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-06-15 21:32:19 +0000 |
commit | 28e0749e0dc68e0f652fcf257989619281ea5610 (patch) | |
tree | 352bfd85719848434646847ffedf69c7b446b181 /win/C#/frmMain.cs | |
parent | c7f4c7ee6076abcb296f01e6ce4f57434800a9fc (diff) |
WinGui:
- Moving from mkv to mp4 now leaves only 1 vobsub track on the list. Any others are removed.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2538 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.cs')
-rw-r--r-- | win/C#/frmMain.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmMain.cs b/win/C#/frmMain.cs index 40aa39034..91e509aff 100644 --- a/win/C#/frmMain.cs +++ b/win/C#/frmMain.cs @@ -973,7 +973,7 @@ namespace Handbrake setExtension(".mkv");
audioPanel.setAudioByContainer(drop_format.Text);
- Subtitles.setContainer = drop_format.SelectedIndex;
+ Subtitles.setContainer(drop_format.SelectedIndex);
string oldval;
if ((drop_format.Text.Contains("MP4")) || (drop_format.Text.Contains("M4V")))
|