Module: tools Branch: master Commit: 7fe8468c3b80b5362cfe3f69ac6aa9412fce84ea URL: http://source.winehq.org/git/tools.git/?a=commit;h=7fe8468c3b80b5362cfe3f69a...
Author: Alexandre Julliard julliard@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"; }