diff options
author | timeless%mozdev.org <> | 2003-09-11 12:54:10 +0200 |
---|---|---|
committer | timeless%mozdev.org <> | 2003-09-11 12:54:10 +0200 |
commit | 3be2a68a74e616e971b0002d54642cca1796cf3b (patch) | |
tree | be8aab0d83c5e4c8b477e1248513c6c9bae7f779 /enter_bug.cgi | |
parent | e46e235f2885dfaddb79d123251cfb151922a182 (diff) | |
download | bugzilla-3be2a68a74e616e971b0002d54642cca1796cf3b.tar.gz bugzilla-3be2a68a74e616e971b0002d54642cca1796cf3b.tar.xz |
Bug 169354 add "Windows Server 2003" OS
r=gerv a=justdave
Diffstat (limited to 'enter_bug.cgi')
-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 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";}; |