mirror of https://github.com/odrling/Aegisub
Normalise case for style section names.
fixes #690 (hopefully) Originally committed to SVN as r2915.
This commit is contained in:
parent
86e70e9094
commit
e87a031828
|
@ -106,6 +106,7 @@ void ASSSubtitleFormat::ReadFile(wxString filename,wxString encoding) {
|
|||
version = 0;
|
||||
}
|
||||
else if (low == _T("[v4+ styles]")) {
|
||||
wxbuffer = _T("[V4+ Styles]");
|
||||
curgroup = wxbuffer;
|
||||
version = 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue