DIALOG_BOM: do not quote filename when calling the editor.
Due to previous changes in code, filenames must be not quoted. Fixes #9436 https://gitlab.com/kicad/code/kicad/issues/9436
This commit is contained in:
parent
70df3822b5
commit
bb4330db1e
|
@ -440,7 +440,6 @@ void DIALOG_BOM::OnEditGenerator( wxCommandEvent& event )
|
|||
return;
|
||||
}
|
||||
|
||||
QuoteString( pluginFile );
|
||||
wxString editorname = Pgm().GetTextEditor();
|
||||
|
||||
if( !editorname.IsEmpty() )
|
||||
|
|
Loading…
Reference in New Issue