removed debug printfs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -75,7 +75,6 @@ class BoldProcessor : public wxHtmlProcessor
|
|||||||
r.Replace(wxT("<B>"), wxEmptyString);
|
r.Replace(wxT("<B>"), wxEmptyString);
|
||||||
r.Replace(wxT("</b>"), wxEmptyString);
|
r.Replace(wxT("</b>"), wxEmptyString);
|
||||||
r.Replace(wxT("</B>"), wxEmptyString);
|
r.Replace(wxT("</B>"), wxEmptyString);
|
||||||
printf("called\n");
|
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@@ -229,5 +228,4 @@ void MyFrame::OnProcessor(wxCommandEvent& WXUNUSED(event))
|
|||||||
{
|
{
|
||||||
m_Processor->Enable(!m_Processor->IsEnabled());
|
m_Processor->Enable(!m_Processor->IsEnabled());
|
||||||
m_Html->LoadPage(m_Html->GetOpenedPage());
|
m_Html->LoadPage(m_Html->GetOpenedPage());
|
||||||
printf("%i\n", m_Processor->IsEnabled());
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user