# HG changeset patch
# User Wuzzy <Wuzzy2@mail.ru>
# Date 1541878419 -3600
# Node ID e60e2e7dd43a9bbb9bf8454fbc6173376bc4b178
# Parent  262f31627960729bef9d1a7d1c4ffa085ab925b3
Remove 2 strings violating the 0.9.25 string freeze. Backout this changeset after 0.9.25 got released

diff -r 262f31627960 -r e60e2e7dd43a QTfrontend/ui/widget/about.cpp
--- a/QTfrontend/ui/widget/about.cpp	Sat Nov 10 19:55:16 2018 +0100
+++ b/QTfrontend/ui/widget/about.cpp	Sat Nov 10 20:33:39 2018 +0100
@@ -102,11 +102,7 @@
 
 #if defined(__GNUC__)
     libinfo.append(QString(tr("<a href=\"https://gcc.gnu.org\">GCC</a>: %1")).arg(__VERSION__));
-#elif defined(WIN32_VCPKG)
-    libinfo.append(QString(tr("<a href=\"https://visualstudio.microsoft.com\">VC++</a>: %1")).arg(_MSC_FULL_VER));
-#elif defined(__VERSION__)
-    libinfo.append(QString(tr("Unknown Compiler: %1")).arg(__VERSION__));
-#else 
+#else
     libinfo.append(QString(tr("Unknown Compiler")));
 #endif
     libinfo.append(QString("<br>"));