From 8a32243b89a2e893932cbf5e7458a246ed1f31c1 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 24 Nov 2017 00:29:30 +1100 Subject: [PATCH] Slight tweaks to About dialog - Small wording improvements - Hyperlinks now show URL - Remove links to outdated library sources --- common/dialog_about/AboutDialog_main.cpp | 44 ++++++++---------------- 1 file changed, 14 insertions(+), 30 deletions(-) diff --git a/common/dialog_about/AboutDialog_main.cpp b/common/dialog_about/AboutDialog_main.cpp index e23d17c9ad..409862e422 100644 --- a/common/dialog_about/AboutDialog_main.cpp +++ b/common/dialog_about/AboutDialog_main.cpp @@ -117,7 +117,7 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf description << wxT( "

" ) << _( "The KiCad EDA Suite is a set of open source applications for the " - "creation of electronic schematics and to design printed circuit boards." ) + "creation of electronic schematics and printed circuit boards." ) << wxT( "

" ); description << wxT( "

" ); @@ -130,34 +130,17 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf // bullet-ed list with some http links description << wxT( "

" ); - - description << wxT( "

" ) - << _( "Non official repositories" ) - << wxT( "" ); - - description << wxT( "

" ); @@ -169,8 +152,9 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf // bullet-ed list with some http links description << wxT( "

" ); @@ -180,13 +164,13 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf description << wxT( "

" );