aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2003-09-11 10:54:10 +0000
committertimeless%mozdev.org <>2003-09-11 10:54:10 +0000
commit3be2a68a74e616e971b0002d54642cca1796cf3b (patch)
treebe8aab0d83c5e4c8b477e1248513c6c9bae7f779 /enter_bug.cgi
parentBug 217632 - Remove @@@ comment from message.html.tmpl. Patch by gerv; r,a=ju... (diff)
downloadbugzilla-3be2a68a74e616e971b0002d54642cca1796cf3b.tar.gz
bugzilla-3be2a68a74e616e971b0002d54642cca1796cf3b.tar.bz2
bugzilla-3be2a68a74e616e971b0002d54642cca1796cf3b.zip
Bug 169354 add "Windows Server 2003" OS
r=gerv a=justdave
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 6a859264b..1dd8aa96c 100755
--- a/enter_bug.cgi
+++ b/enter_bug.cgi
@@ -180,6 +180,7 @@ sub pickos {
/\(.*QNX.*\)/ && do {return "Neutrino";};
/\(.*VMS.*\)/ && do {return "OpenVMS";};
/\(.*Windows XP.*\)/ && do {return "Windows XP";};
+ /\(.*Windows NT 5\.2.*\)/ && do {return "Windows Server 2003";};
/\(.*Windows NT 5\.1.*\)/ && do {return "Windows XP";};
/\(.*Windows 2000.*\)/ && do {return "Windows 2000";};
/\(.*Windows NT 5.*\)/ && do {return "Windows 2000";};