mirror of https://github.com/odrling/Aegisub
Oops, missed a slash to end a block comment. Broke the entire file...
Originally committed to SVN as r1539.
This commit is contained in:
parent
5d3d3294ec
commit
e9f05f84eb
|
@ -248,7 +248,7 @@ void SubsTextEditCtrl::UpdateStyle(int start, int _length) {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
SetLexer(wxSTC_LEX_CONTAINER);
|
SetLexer(wxSTC_LEX_CONTAINER);
|
||||||
}*
|
}*/
|
||||||
|
|
||||||
// Set variables
|
// Set variables
|
||||||
wxString text = GetText();
|
wxString text = GetText();
|
||||||
|
|
Loading…
Reference in New Issue