bugzilla: Add Win7

André Hentschel nerv at dawncrow.de
Thu Jul 1 10:04:25 CDT 2010


---
 enter_bug.cgi |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/enter_bug.cgi b/enter_bug.cgi
index f9fdd60..a895e5a 100755
--- a/enter_bug.cgi
+++ b/enter_bug.cgi
@@ -288,6 +288,7 @@ sub pickos {
             /\(.*VMS.*\)/ && do {push @os, "OpenVMS";};
             /\(.*Win.*\)/ && do {
               /\(.*Windows XP.*\)/ && do {push @os, "Windows XP";};
+              /\(.*Windows NT 6\.1.*\)/ && do {push @os, "Windows 7";};
               /\(.*Windows NT 6\.0.*\)/ && do {push @os, "Windows Vista";};
               /\(.*Windows NT 5\.2.*\)/ && do {push @os, "Windows Server 2003";};
               /\(.*Windows NT 5\.1.*\)/ && do {push @os, "Windows XP";};
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list