diff --git a/eeschema/dialogs/dialog_spice_model.cpp b/eeschema/dialogs/dialog_spice_model.cpp index 22fa3f8bd9..830b31fb70 100644 --- a/eeschema/dialogs/dialog_spice_model.cpp +++ b/eeschema/dialogs/dialog_spice_model.cpp @@ -626,7 +626,7 @@ void DIALOG_SPICE_MODEL::updateFromFile( wxComboBox* aComboBox, if( !filePath.Exists() ) { // Look for the file in the project path - filePath.SetPath( Prj().GetProjectPath() ); + filePath.SetPath( Prj().GetProjectPath() + filePath.GetPath() ); } wxTextFile file;