parent
74dcc1b9d5
commit
aab7581909
|
@ -1129,7 +1129,7 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
|
||||||
#define SYMBOL_LIB_CONTRIBUTION _( "Symbols by" )
|
#define SYMBOL_LIB_CONTRIBUTION _( "Symbols by" )
|
||||||
aInfo.AddLibrarian( new CONTRIBUTOR( wxS( "GitLab contributors" ),
|
aInfo.AddLibrarian( new CONTRIBUTOR( wxS( "GitLab contributors" ),
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxS( "https://gitlab.com/kicad/libraries/kicad-symbols/-/graphs/v7" ),
|
wxS( "https://gitlab.com/kicad/libraries/kicad-symbols/-/graphs/master" ),
|
||||||
SYMBOL_LIB_CONTRIBUTION,
|
SYMBOL_LIB_CONTRIBUTION,
|
||||||
aInfo.CreateKiBitmap( BITMAPS::add_component ) ) );
|
aInfo.CreateKiBitmap( BITMAPS::add_component ) ) );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue