Skip to content
Snippets Groups Projects
Commit b4156a37 authored by James Crook's avatar James Crook
Browse files

No VerCheck for DA

parent 672807bd
No related branches found
No related tags found
No related merge requests found
...@@ -459,7 +459,9 @@ void AboutDialog::PopulateInformationPage( ShuttleGui & S ) ...@@ -459,7 +459,9 @@ void AboutDialog::PopulateInformationPage( ShuttleGui & S )
informationStr = wxT("<h2><center>"); informationStr = wxT("<h2><center>");
informationStr += _("Build Information"); informationStr += _("Build Information");
informationStr += wxT("</center></h2>\n"); informationStr += wxT("</center></h2>\n");
#ifndef EXPERIMENTAL_DA
informationStr += VerCheckHtml(); informationStr += VerCheckHtml();
#endif
// top level heading // top level heading
informationStr += wxT("<h3>"); informationStr += wxT("<h3>");
informationStr += _("File Format Support"); informationStr += _("File Format Support");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment