forked from mia/Aegisub
Explicitly set the charset to binary when loading subtitles from the video
Originally committed to SVN as r4422.
This commit is contained in:
parent
71300869da
commit
7337a11745
1 changed files with 1 additions and 1 deletions
|
@ -821,7 +821,7 @@ void FrameMain::OnOpenSubtitlesCharset(wxCommandEvent& WXUNUSED(event)) {
|
|||
|
||||
/// @brief Open subtitles from the currently open video file
|
||||
void FrameMain::OnOpenSubtitlesVideo(wxCommandEvent&) {
|
||||
LoadSubtitles(VideoContext::Get()->videoName);
|
||||
LoadSubtitles(VideoContext::Get()->videoName, "binary");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue