X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c269cf62359dc17dd6382a6380063d8502243bc4..cfce733e1732b46ebb076ef10fae5a7d552dc2f9:/src/html/helpfrm.cpp?ds=inline diff --git a/src/html/helpfrm.cpp b/src/html/helpfrm.cpp index f64ea9e980..40ce5865f3 100644 --- a/src/html/helpfrm.cpp +++ b/src/html/helpfrm.cpp @@ -1069,7 +1069,7 @@ void wxHtmlHelpFrame::OptionsDialog() if (!m_NormalFace.empty()) dlg.NormalFont->SetStringSelection(m_NormalFace); else - dlg.FixedFont->SetSelection(0); + dlg.NormalFont->SetSelection(0); if (!m_FixedFace.empty()) dlg.FixedFont->SetStringSelection(m_FixedFace); else