From 36653c20641b8948f1d1249477c50763b3dd7710 Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Wed, 7 Feb 2024 08:27:43 -0500 Subject: [PATCH] Add new librarians to about dialog. --- common/dialog_about/AboutDialog_main.cpp | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/common/dialog_about/AboutDialog_main.cpp b/common/dialog_about/AboutDialog_main.cpp index 6845e10e89..2f3a8fffb3 100644 --- a/common/dialog_about/AboutDialog_main.cpp +++ b/common/dialog_about/AboutDialog_main.cpp @@ -417,9 +417,11 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf aInfo.AddDeveloper( new CONTRIBUTOR( wxT( "Cameron McQuinn" ), CONTRIB_DEV, nullptr ) ); aInfo.AddDeveloper( new CONTRIBUTOR( wxT( "Ievgenii Meshcheriakov" ), CONTRIB_DEV, nullptr ) ); aInfo.AddDeveloper( new CONTRIBUTOR( wxT( "Ashley Mills" ), CONTRIB_DEV, nullptr ) ); - aInfo.AddDeveloper( new CONTRIBUTOR( wxT( "Christoph Moench-Tegeder" ), CONTRIB_DEV, nullptr ) ); + aInfo.AddDeveloper( new CONTRIBUTOR( wxT( "Christoph Moench-Tegeder" ), CONTRIB_DEV, + nullptr ) ); aInfo.AddDeveloper( new CONTRIBUTOR( wxT( "Peter Montgomery" ), CONTRIB_DEV, nullptr ) ); - aInfo.AddDeveloper( new CONTRIBUTOR( wxT( "Alejandro García Montoro" ), CONTRIB_DEV, nullptr ) ); + aInfo.AddDeveloper( new CONTRIBUTOR( wxT( "Alejandro García Montoro" ), CONTRIB_DEV, + nullptr ) ); aInfo.AddDeveloper( new CONTRIBUTOR( wxT( "Chris Morgan" ), CONTRIB_DEV, nullptr ) ); aInfo.AddDeveloper( new CONTRIBUTOR( wxT( "Felix Morgner" ), CONTRIB_DEV, nullptr ) ); aInfo.AddDeveloper( new CONTRIBUTOR( wxT( "Jan Mrázek" ), CONTRIB_DEV, nullptr ) ); @@ -1143,6 +1145,8 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf // Active librarians aInfo.AddLibrarian( new CONTRIBUTOR( wxT( "Geries AbuAkel" ), LIBRARIANS, aInfo.CreateKiBitmap( BITMAPS::library ) ) ); + aInfo.AddLibrarian( new CONTRIBUTOR( wxT( "Patrick Baus" ), LIBRARIANS, + aInfo.CreateKiBitmap( BITMAPS::library ) ) ); aInfo.AddLibrarian( new CONTRIBUTOR( wxT( "John Beard" ), LIBRARIANS, aInfo.CreateKiBitmap( BITMAPS::library ) ) ); aInfo.AddLibrarian( new CONTRIBUTOR( wxT( "Jeremy Boynes" ), LIBRARIANS, @@ -1173,6 +1177,8 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf aInfo.CreateKiBitmap( BITMAPS::library ) ) ); aInfo.AddLibrarian( new CONTRIBUTOR( wxT( "Armin Schoisswohl" ), LIBRARIANS, aInfo.CreateKiBitmap( BITMAPS::library ) ) ); + aInfo.AddLibrarian( new CONTRIBUTOR( wxT( "Martin Sotirov" ), LIBRARIANS, + aInfo.CreateKiBitmap( BITMAPS::library ) ) ); aInfo.AddLibrarian( new CONTRIBUTOR( wxT( "Kliment Yanev" ), LIBRARIANS, aInfo.CreateKiBitmap( BITMAPS::library ) ) ); @@ -1201,7 +1207,7 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf aInfo.CreateKiBitmap( BITMAPS::library ) ) ); aInfo.AddLibrarian( new CONTRIBUTOR( wxT( "Bob Cousins" ), LIBRARIANS, aInfo.CreateKiBitmap( BITMAPS::library ) ) ); - aInfo.AddLibrarian( new CONTRIBUTOR( wxT( "nickoe" ), LIBRARIANS, + aInfo.AddLibrarian( new CONTRIBUTOR( wxT( "Nick Østergaard" ), LIBRARIANS, aInfo.CreateKiBitmap( BITMAPS::library ) ) ); aInfo.AddLibrarian( new CONTRIBUTOR( wxT( "Oliver Walters" ), LIBRARIANS, aInfo.CreateKiBitmap( BITMAPS::library ) ) );