Normalise case for style section names.
fixes #690 (hopefully) Originally committed to SVN as r2915.
This commit is contained in:
parent
425ca55698
commit
0b4ecb9797
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ void ASSSubtitleFormat::ReadFile(wxString filename,wxString encoding) {
|
||||||
version = 0;
|
version = 0;
|
||||||
}
|
}
|
||||||
else if (low == _T("[v4+ styles]")) {
|
else if (low == _T("[v4+ styles]")) {
|
||||||
|
wxbuffer = _T("[V4+ Styles]");
|
||||||
curgroup = wxbuffer;
|
curgroup = wxbuffer;
|
||||||
version = 1;
|
version = 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue