Commit f51ad438 authored by Maciej Suminski's avatar Maciej Suminski

wxWidgets 2.8 compatibility fix.

parent 59be0f6e
......@@ -394,7 +394,7 @@ int CVPCB_MAINFRAME::SaveCmpLinkFile( const wxString& aFullFileName )
STRING_FORMATTER sf;
m_netlist.FormatBackAnnotation( &sf );
wxMessageBox(sf.GetString());
wxMessageBox( wxString( sf.GetString().c_str(), wxConvUTF8 ) );
Kiway().ExpressMail( FRAME_SCH, MAIL_BACKANNOTATE_FOOTPRINTS, sf.GetString() );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment