Commit:    d959963805cc64bb3e9b4750ec713ad262ac8876
Author:    Anatol Belski <[email protected]>         Thu, 23 Mar 2017 22:18:14 +0100
Parents:   9a4cf0e5987d5b35ba10d63a3acc0330d8c3c399
Branches:  master

Link:       
http://git.php.net/?p=web/windows.git;a=commitdiff;h=d959963805cc64bb3e9b4750ec713ad262ac8876

Log:
fix text to be shown

Changed paths:
  M  templates/snaps.php


Diff:
diff --git a/templates/snaps.php b/templates/snaps.php
index c0d6278..e026157 100644
--- a/templates/snaps.php
+++ b/templates/snaps.php
@@ -40,10 +40,10 @@ $labels = array(
                        'ts-windows-vc14-x86'  => 'VC14 x86 Thread Safe',
                        'nts-windows-vc14-x64' => 'VC14 x64 Non Thread Safe',
                        'ts-windows-vc14-x64'  => 'VC14 x64 Thread Safe',
-                       'nts-windows-vc15-x86' => 'VC14 x86 Non Thread Safe',
-                       'ts-windows-vc15-x86'  => 'VC14 x86 Thread Safe',
-                       'nts-windows-vc15-x64' => 'VC14 x64 Non Thread Safe',
-                       'ts-windows-vc15-x64'  => 'VC14 x64 Thread Safe',
+                       'nts-windows-vc15-x86' => 'VC15 x86 Non Thread Safe',
+                       'ts-windows-vc15-x86'  => 'VC15 x86 Thread Safe',
+                       'nts-windows-vc15-x64' => 'VC15 x64 Non Thread Safe',
+                       'ts-windows-vc15-x64'  => 'VC15 x64 Thread Safe',
 );
 
 include TPL_PATH . 'header.php';


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to