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

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

parent d8954ca3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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. "