Alexandre Julliard : winetest: Make 'vista' lower-case again.

Alexandre Julliard julliard at winehq.org
Tue Jun 24 10:19:24 CDT 2008


Module: tools
Branch: master
Commit: 7fe8468c3b80b5362cfe3f69ac6aa9412fce84ea
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=7fe8468c3b80b5362cfe3f69ac6aa9412fce84ea

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jun 24 17:17:34 2008 +0200

winetest: Make 'vista' lower-case again.

---

 winetest/dissect |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/winetest/dissect b/winetest/dissect
index e3a702a..a8ad596 100755
--- a/winetest/dissect
+++ b/winetest/dissect
@@ -168,7 +168,7 @@ if ($plid==1 && $major==4) {
         }
     } elsif ($major==6) {
         if      ($product==1) {
-            $version = "Vista";
+            $version = "vista";
         } elsif ($product==3) {
             $version = "2008";
         }




More information about the wine-cvs mailing list