From cf1c1f169ee55e72c782e8bffc54bbf2b55568ba Mon Sep 17 00:00:00 2001 From: "timeless%mac.com" <> Date: Mon, 15 Apr 2002 10:54:17 +0000 Subject: Bug 92763 Add Windows XP as OS selection for entering/searching bugs patch by ddk r=bbaetz r=justdave Bug 135666 Creating bugs: OS detection doesn't work for Internet Explorer, Win NT 4. patch by ddk+johannes.pellenz@sdm.de r=bbaetz r=justdave Adds Windows XP to the bugzilla OS list Activates the Windows XP detection (it was commented out waiting for this fix...) Makes Windows NT (4) detection match the pattern everything else used --- checksetup.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 6ae737c78..463382fb5 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -442,6 +442,7 @@ LocalVar('opsys', ' "Windows ME", # Millenium Edition (upgrade of 98) "Windows 2000", "Windows NT", + "Windows XP", "Mac System 7", "Mac System 7.5", "Mac System 7.6.1", -- cgit v1.2.3-24-g4f1b