// Author: Kevin Ollivier
// Modified by:
// Created: 04/01/98
-// RCS-ID: $Id$
// Copyright: (c) Kevin Ollivier, Steven Lamerton
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
wxUIActionSimulator sim;
m_text->SetFocus();
- sim.Text(s_text);
+ sim.Text(s_text.c_str());
}
void MyFrame::OnButtonPressed(wxCommandEvent& WXUNUSED(event))