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:
jean-pierre charras 2021-10-21 13:53:52 +02:00
parent 70df3822b5
commit bb4330db1e
1 changed files with 0 additions and 1 deletions

View File

@ -440,7 +440,6 @@ void DIALOG_BOM::OnEditGenerator( wxCommandEvent& event )
return; return;
} }
QuoteString( pluginFile );
wxString editorname = Pgm().GetTextEditor(); wxString editorname = Pgm().GetTextEditor();
if( !editorname.IsEmpty() ) if( !editorname.IsEmpty() )