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

This commit is contained in:
Dick Hollenbeck 2013-11-26 11:06:54 -06:00
parent d8954ca3cf
commit 96c2bee8c3
1 changed files with 2 additions and 0 deletions

View File

@ -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. "