From b4156a378f881eda8bf57dcbe1319334022a0237 Mon Sep 17 00:00:00 2001 From: James Crook <james.k.crook@gmail.com> Date: Tue, 7 May 2019 14:33:56 +0100 Subject: [PATCH] No VerCheck for DA --- src/AboutDialog.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index b90bf576e7..5ee7282d00 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"); -- GitLab