PLUGINs which implement FootprintLibOptions() should call base class's implementation too.
This commit is contained in:
parent
d8954ca3cf
commit
96c2bee8c3
|
@ -2892,6 +2892,8 @@ MODULE* EAGLE_PLUGIN::FootprintLoad( const wxString& aLibraryPath, const wxStrin
|
||||||
|
|
||||||
void EAGLE_PLUGIN::FootprintLibOptions( PROPERTIES* aListToAppendTo ) const
|
void EAGLE_PLUGIN::FootprintLibOptions( PROPERTIES* aListToAppendTo ) const
|
||||||
{
|
{
|
||||||
|
PLUGIN::FootprintLibOptions( aListToAppendTo );
|
||||||
|
|
||||||
/*
|
/*
|
||||||
(*aListToAppendTo)["ignore_duplicates"] = wxString( _(
|
(*aListToAppendTo)["ignore_duplicates"] = wxString( _(
|
||||||
"Ignore duplicately named footprints within the same Eagle library. "
|
"Ignore duplicately named footprints within the same Eagle library. "
|
||||||
|
|
Loading…
Reference in New Issue