fixed a small typo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2002-09-01 11:41:01 +00:00
parent e2450fa9b4
commit 1affde0a6b

View File

@@ -1069,7 +1069,7 @@ void wxHtmlHelpFrame::OptionsDialog()
if (!m_NormalFace.empty()) if (!m_NormalFace.empty())
dlg.NormalFont->SetStringSelection(m_NormalFace); dlg.NormalFont->SetStringSelection(m_NormalFace);
else else
dlg.FixedFont->SetSelection(0); dlg.NormalFont->SetSelection(0);
if (!m_FixedFace.empty()) if (!m_FixedFace.empty())
dlg.FixedFont->SetStringSelection(m_FixedFace); dlg.FixedFont->SetStringSelection(m_FixedFace);
else else