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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user