From 132adf8ac384651d2d1a1034d06c339c1455d6cd Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Wed, 16 Oct 2019 21:59:06 -0700 Subject: [PATCH] Remove Yahoo Groups link Yahoo has discontinued its groups. See https://help.yahoo.com/kb/groups/SLN31010.html (cherry picked from commit 1161562bc86c11d5463738b03043eb9df80c43fe) --- common/dialog_about/AboutDialog_main.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/common/dialog_about/AboutDialog_main.cpp b/common/dialog_about/AboutDialog_main.cpp index aa186a2537..b6904f6f44 100644 --- a/common/dialog_about/AboutDialog_main.cpp +++ b/common/dialog_about/AboutDialog_main.cpp @@ -167,11 +167,6 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf << HtmlHyperlink( "https://forum.kicad.info" ) << ""; - description << "
  • " - <<_( "KiCad user's group - " ) - << HtmlHyperlink( "https://groups.yahoo.com/neo/groups/kicad-users/info" ) - << "
  • "; - description << "

    "; aInfo.SetDescription( description );