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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user