1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-20 13:16:37 +01:00

🐛 Fixes for About Dialog and Download URLs

This commit is contained in:
Cookie Engineer
2021-07-04 17:50:51 +02:00
parent 8271f4ddf8
commit 46e4c648fb
4 changed files with 2 additions and 42 deletions

View File

@@ -576,8 +576,7 @@ void AboutDialog::PopulateInformationPage( ShuttleGui & S )
informationStr
<< wxT("<h2><center>")
<< XO("Build Information")
<< wxT("</center></h2>\n")
<< VerCheckHtml();
<< wxT("</center></h2>\n");
informationStr
<< wxT("<h3>")