parent
2ace8976d5
commit
a56955443f
|
@ -106,7 +106,7 @@ bool NETLIST_EXPORTER_PSPICE::WriteNetlist( const wxString& aOutFileName, unsign
|
||||||
{
|
{
|
||||||
wxString msg;
|
wxString msg;
|
||||||
msg.Printf( _( "Failed to create file '%s'." ), aOutFileName );
|
msg.Printf( _( "Failed to create file '%s'." ), aOutFileName );
|
||||||
DisplayError( m_schematic, msg );
|
DisplayError( nullptr, msg );
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue