diff options
author | timeless%mozdev.org <> | 2007-01-14 09:42:40 +0000 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-01-14 09:42:40 +0000 |
commit | 4be5eabd70f22b3127a85ae683c4284cf18dddf9 (patch) | |
tree | 0d814bb42e65ee7a097650699bdbe6857dc06fda | |
parent | 439a070de35f114090203562571533eb3f91b78d (diff) | |
download | bugs-4be5eabd70f22b3127a85ae683c4284cf18dddf9.tar bugs-4be5eabd70f22b3127a85ae683c4284cf18dddf9.tar.gz bugs-4be5eabd70f22b3127a85ae683c4284cf18dddf9.tar.bz2 bugs-4be5eabd70f22b3127a85ae683c4284cf18dddf9.tar.xz bugs-4be5eabd70f22b3127a85ae683c4284cf18dddf9.zip |
Bug 366529 sniff vista
r=lpsolit a=lpsolit
-rwxr-xr-x | enter_bug.cgi | 1 |
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";}; |