From b9fb21aad8cbc36a3478e24d7be8e1732ce43a5c Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" Date: Mon, 6 Jan 2003 08:39:16 +0000 Subject: [PATCH] Bug 186920 - Loosen checking for Windows ME user-agents. Patch by gerv; r,a=justdave. git-svn-id: svn://10.0.0.236/trunk@135880 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/enter_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/enter_bug.cgi b/mozilla/webtools/bugzilla/enter_bug.cgi index 162431ecdbc..7f74c54838e 100755 --- a/mozilla/webtools/bugzilla/enter_bug.cgi +++ b/mozilla/webtools/bugzilla/enter_bug.cgi @@ -180,7 +180,7 @@ sub pickos { /\(.*Windows 2000.*\)/ && do {return "Windows 2000";}; /\(.*Windows NT 5.*\)/ && do {return "Windows 2000";}; /\(.*Windows.*NT.*\)/ && do {return "Windows NT";}; - /\(.*Win.*98.*4\.9.*\)/ && do {return "Windows ME";}; + /\(.*Win.*9[8x].*4\.9.*\)/ && do {return "Windows ME";}; /\(.*Win98.*\)/ && do {return "Windows 98";}; /\(.*Win95.*\)/ && do {return "Windows 95";}; /\(.*Win16.*\)/ && do {return "Windows 3.1";};