diff options
author | sr55 <[email protected]> | 2012-04-29 00:33:13 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-04-29 00:33:13 +0000 |
commit | c412ca81dd55d568c362ddef07de52dab90fcf4d (patch) | |
tree | c1c48828d8b7efaecd086f7875594c4532de3dbb /win/CS/frmMain.cs | |
parent | 78a297cb5580f37bca62cd660d3a04a72bcf7681 (diff) |
WinGui: Basic support for PGS subtitles in the forms UI.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4612 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/frmMain.cs')
-rw-r--r-- | win/CS/frmMain.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win/CS/frmMain.cs b/win/CS/frmMain.cs index 9b7d5540b..acb71fb40 100644 --- a/win/CS/frmMain.cs +++ b/win/CS/frmMain.cs @@ -1829,6 +1829,8 @@ namespace Handbrake if (Path.HasExtension(newExtension))
text_destination.Text = Path.ChangeExtension(text_destination.Text, newExtension);
+
+ this.Subtitles.SetExtension(newExtension);
}
// Video Tab
|