From 1affde0a6b0b61c017d9164ab74aade81e26d6b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 1 Sep 2002 11:41:01 +0000 Subject: [PATCH] fixed a small typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/html/helpfrm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2