updated richedit and nettest
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include "wxLayout.h"
|
||||
#include <wx/textfile.h>
|
||||
|
||||
#include <iostream.h>
|
||||
|
||||
#include "Micon.xpm"
|
||||
|
||||
@@ -299,10 +300,12 @@ void MyFrame::OnCommand( wxCommandEvent &event )
|
||||
m_lwin->Cut();
|
||||
m_lwin->Refresh(FALSE);
|
||||
break;
|
||||
#ifdef M_BASEDIR
|
||||
case ID_FIND:
|
||||
m_lwin->Find("void");
|
||||
m_lwin->Refresh(FALSE);
|
||||
break;
|
||||
#endif
|
||||
case ID_HTML:
|
||||
{
|
||||
wxLayoutExportObject *export;
|
||||
|
Reference in New Issue
Block a user