Update of /cvsroot/decaldev/source/DenAgent
In directory sc8-pr-cvs1:/tmp/cvs-serv31154
Modified Files:
OptionsDlg.cpp
Log Message:
typo's > me
Index: OptionsDlg.cpp
===================================================================
RCS file: /cvsroot/decaldev/source/DenAgent/OptionsDlg.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** OptionsDlg.cpp 30 May 2003 01:37:52 -0000 1.17
--- OptionsDlg.cpp 30 May 2003 02:12:33 -0000 1.18
***************
*** 289,293 ****
// Set the font info
! key.SetDOWRDValue("FontType", (DWORD)m_nFontChoice);
key.SetStringValue("FontName", (LPCTSTR)m_szCustomFont);
--- 289,293 ----
// Set the font info
! key.SetDWORDValue("FontType", (DWORD)m_nFontChoice);
key.SetStringValue("FontName", (LPCTSTR)m_szCustomFont);
|