Browse Source

Fix symbol contributor link

newinvert
Mark Roszko 3 years ago
parent
commit
365c7be4ed
  1. 2
      common/dialog_about/AboutDialog_main.cpp

2
common/dialog_about/AboutDialog_main.cpp

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

Loading…
Cancel
Save