wxWidgets 2.8 compatibility fix.
This commit is contained in:
parent
59be0f6ef7
commit
f51ad438b3
|
@ -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() );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue