parent
0c63936aed
commit
c31c99abd1
|
@ -153,8 +153,7 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
|
||||||
description << "<ul>";
|
description << "<ul>";
|
||||||
description << "<li>"
|
description << "<li>"
|
||||||
<< _( "Report or examine bugs - " )
|
<< _( "Report or examine bugs - " )
|
||||||
<< HtmlHyperlink( "https://bugs.launchpad.net/kicad/+bugs?orderby=-id&start=0",
|
<< HtmlHyperlink( "https://gitlab.com/kicad/code/kicad/issues" )
|
||||||
"https://bugs.launchpad.net/kicad" )
|
|
||||||
<< "</li>";
|
<< "</li>";
|
||||||
description << "</ul></p>";
|
description << "</ul></p>";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue