Update ModifiedEditBox.cpp

Add newline
This commit is contained in:
Derek "Turtle" Roe 2021-03-17 04:26:55 -05:00
parent 215859c96e
commit 77f1bde845
1 changed files with 1 additions and 1 deletions

View File

@ -84,4 +84,4 @@ void CModifiedEditBox::SetTextField(HWND hWnd)
{
::SendMessage(m_TextField, WM_SETFONT, (WPARAM)m_BoldFont, 0);
}
}
}