From 775710d62d38f9395f938e76be41fb2381fd09f1 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Sat, 25 Feb 2012 15:32:13 +0100 Subject: Bug 714368: Add Windows 8 detection r=timeless a=LpSolit --- Bugzilla/UserAgent.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/UserAgent.pm') diff --git a/Bugzilla/UserAgent.pm b/Bugzilla/UserAgent.pm index cafbe9ca7..e99a6d99f 100644 --- a/Bugzilla/UserAgent.pm +++ b/Bugzilla/UserAgent.pm @@ -101,6 +101,7 @@ use constant OS_MAP => ( qr/\(.*HP-?UX.*\)/ => ["HP-UX"], # Windows qr/\(.*Windows XP.*\)/ => ["Windows XP"], + qr/\(.*Windows NT 6\.2.*\)/ => ["Windows 8"], qr/\(.*Windows NT 6\.1.*\)/ => ["Windows 7"], qr/\(.*Windows NT 6\.0.*\)/ => ["Windows Vista"], qr/\(.*Windows NT 5\.2.*\)/ => ["Windows Server 2003"], -- cgit v1.2.3-24-g4f1b