diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index b90bf576e735c63d8209dde1e415b2f85db00d88..5ee7282d00936a1d62636686e11c6c8b4a7439af 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -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");