GERBVIEW_INSPECTION_TOOL: fix not working "show source..." tool.
This commit is contained in:
parent
48be569a29
commit
0a152f98ac
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue