projects
/
handbrake
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c95108
)
WinGui: Add missing .ass extension to subtitle import
author
sr55
<sr55.hb@outlook.com>
Sun, 12 May 2019 16:22:51 +0000
(17:22 +0100)
committer
sr55
<sr55.hb@outlook.com>
Sun, 12 May 2019 16:22:51 +0000
(17:22 +0100)
win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs
patch
|
blob
|
history
diff --git
a/win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs
b/win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs
index 035da87ed4d2b6634047532ff171335ecb508609..6ddc1cf8905010683330fdee968a42048e758df3 100644
(file)
--- a/
win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs
+++ b/
win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs
@@
-254,7
+254,7
@@
namespace HandBrakeWPF.ViewModels
{
\r
OpenFileDialog dialog = new OpenFileDialog
\r
{
\r
- Filter = "Subtitle files (*.srt, *.ssa
)|*.srt;*.ssa
",
\r
+ Filter = "Subtitle files (*.srt, *.ssa
, *.ass)|*.srt;*.ssa;*.ass
",
\r
CheckFileExists = true,
\r
Multiselect = true
\r
};
\r