]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed a small typo
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 1 Sep 2002 11:41:01 +0000 (11:41 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 1 Sep 2002 11:41:01 +0000 (11:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/helpfrm.cpp

index f64ea9e980ca6bd0d08446f95ad711ede03b624d..40ce5865f37eb317254654c1debe05380e3869fe 100644 (file)
@@ -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