]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpfrm.cpp
Changed char* to wxChar*
[wxWidgets.git] / 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