Replace string with extension variable

This commit is contained in:
Marek Roszko 2022-11-10 21:32:02 -05:00
parent b288e162d2
commit e109b5883f
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ void NETLIST_DIALOG::OnRunExternSpiceCommand( wxCommandEvent& event )
// Calculate the netlist filename and options
wxFileName fn = m_Parent->Schematic().GetFileName();
fn.SetExt( wxT( "cir" ) );
fn.SetExt( SpiceFileExtension );
if( settings.m_SpiceAdjustPassiveValues )
netlist_opt |= NETLIST_EXPORTER_SPICE::OPTION_ADJUST_PASSIVE_VALS;