diff --git a/src/xmlcopyeditor.cpp b/src/xmlcopyeditor.cpp index 8053ca2..7d2a3f4 100644 --- a/src/xmlcopyeditor.cpp +++ b/src/xmlcopyeditor.cpp @@ -661,7 +661,7 @@ MyFrame::MyFrame ( htmlReport = NULL; lastDoc = NULL; - wxString defaultFont = wxSystemSettings::GetFont ( wxSYS_SYSTEM_FONT ).GetFaceName(); + wxString defaultFont = wxSystemSettings::GetFont ( wxSYS_ANSI_VAR_FONT ).GetFaceName(); bool findMatchCase;