Oops, missed a slash to end a block comment. Broke the entire file...

Originally committed to SVN as r1539.
This commit is contained in:
Niels Martin Hansen 2007-08-28 22:54:25 +00:00
parent 5d3d3294ec
commit e9f05f84eb
1 changed files with 1 additions and 1 deletions

View File

@ -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();