summaryrefslogtreecommitdiffstats
path: root/enter_bug.cgi
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-01-14 10:42:40 +0100
committertimeless%mozdev.org <>2007-01-14 10:42:40 +0100
commit4be5eabd70f22b3127a85ae683c4284cf18dddf9 (patch)
tree0d814bb42e65ee7a097650699bdbe6857dc06fda /enter_bug.cgi
parent439a070de35f114090203562571533eb3f91b78d (diff)
downloadbugzilla-4be5eabd70f22b3127a85ae683c4284cf18dddf9.tar.gz
bugzilla-4be5eabd70f22b3127a85ae683c4284cf18dddf9.tar.xz
Bug 366529 sniff vista
r=lpsolit a=lpsolit
Diffstat (limited to 'enter_bug.cgi')
-rwxr-xr-xenter_bug.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/enter_bug.cgi b/enter_bug.cgi
index 15d90a3cd..53262b33d 100755
--- a/enter_bug.cgi
+++ b/enter_bug.cgi
@@ -271,6 +271,7 @@ sub pickos {
/\(.*QNX.*\)/ && do {push @os, "Neutrino";};
/\(.*VMS.*\)/ && do {push @os, "OpenVMS";};
/\(.*Windows XP.*\)/ && do {push @os, "Windows XP";};
+ /\(.*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";};
/\(.*Windows 2000.*\)/ && do {push @os, "Windows 2000";};