diff --git a/Source/DialogTemplate.cpp b/Source/DialogTemplate.cpp index af82f785..afb61580 100644 --- a/Source/DialogTemplate.cpp +++ b/Source/DialogTemplate.cpp @@ -297,6 +297,7 @@ void CDialogTemplate::SetFont(char* szFaceName, WORD wFontSize) { // MS Shell Dlg m_dwStyle |= DS_SHELLFONT; } + m_bCharset = DEFAULT_CHARSET; m_dwStyle |= DS_SETFONT; if (m_szFont) delete [] m_szFont; m_szFont = new char[strlen(szFaceName)+1];