GERBVIEW_INSPECTION_TOOL: fix not working "show source..." tool.

This commit is contained in:
jean-pierre charras 2021-10-30 12:56:32 +02:00
parent 48be569a29
commit 0a152f98ac
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ int GERBVIEW_INSPECTION_TOOL::ShowSource( const TOOL_EVENT& aEvent )
} }
else else
{ {
ExecuteFile( editorname, QuoteFullPath( fn ) ); ExecuteFile( editorname, fn.GetFullPath() );
} }
} }
else else