From: Václav Slavík Date: Sun, 1 Sep 2002 11:41:01 +0000 (+0000) Subject: fixed a small typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1affde0a6b0b61c017d9164ab74aade81e26d6b7 fixed a small typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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