1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-09 14:17:10 +01:00

No VerCheck for DA

This commit is contained in:
James Crook
2019-05-07 14:33:56 +01:00
parent 672807bdbb
commit b4156a378f

View File

@@ -459,7 +459,9 @@ void AboutDialog::PopulateInformationPage( ShuttleGui & S )
informationStr = wxT("<h2><center>");
informationStr += _("Build Information");
informationStr += wxT("</center></h2>\n");
#ifndef EXPERIMENTAL_DA
informationStr += VerCheckHtml();
#endif
// top level heading
informationStr += wxT("<h3>");
informationStr += _("File Format Support");