Remove 2 strings violating the 0.9.25 string freeze. Backout this changeset after 0.9.25 got released
authorWuzzy <Wuzzy2@mail.ru>
Sat, 10 Nov 2018 20:33:39 +0100
changeset 14194 e60e2e7dd43a
parent 14193 262f31627960
child 14195 43ca01d4fb46
Remove 2 strings violating the 0.9.25 string freeze. Backout this changeset after 0.9.25 got released
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>"));