Commit 96c2bee8 authored by Dick Hollenbeck's avatar Dick Hollenbeck

PLUGINs which implement FootprintLibOptions() should call base class's implementation too.

parent d8954ca3
......@@ -2892,6 +2892,8 @@ MODULE* EAGLE_PLUGIN::FootprintLoad( const wxString& aLibraryPath, const wxStrin
void EAGLE_PLUGIN::FootprintLibOptions( PROPERTIES* aListToAppendTo ) const
{
PLUGIN::FootprintLibOptions( aListToAppendTo );
/*
(*aListToAppendTo)["ignore_duplicates"] = wxString( _(
"Ignore duplicately named footprints within the same Eagle library. "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment