diff options
author | gerv%gerv.net <> | 2008-07-10 22:19:42 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2008-07-10 22:19:42 +0200 |
commit | f1b362dfa9c1e0a8c5c89d669801604cb3278dfb (patch) | |
tree | 84a5fef9451c0aeefdc92573bd27ba8fa696f0a3 /template/en/default/bug/create | |
parent | a7e7ed0f3a1d29800187a216b0363e0276d2f4ec (diff) | |
download | bugzilla-f1b362dfa9c1e0a8c5c89d669801604cb3278dfb.tar.gz bugzilla-f1b362dfa9c1e0a8c5c89d669801604cb3278dfb.tar.xz |
Bug 426882 - removes Windows 98, Windows NT and Mac OS 9, adds Windows Vista, fixes Mac OS X. Patch by gerv; r=justdave.
Diffstat (limited to 'template/en/default/bug/create')
-rw-r--r-- | template/en/default/bug/create/create-guided.html.tmpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl index 588a1043d..3dcaf95dd 100644 --- a/template/en/default/bug/create/create-guided.html.tmpl +++ b/template/en/default/bug/create/create-guided.html.tmpl @@ -260,9 +260,8 @@ function PutDescription() { </td> </tr> - [% op_sys = [ "Windows 98", "Windows NT", "Windows 2000", "Windows XP", - "Mac System 9.x", "MacOS X", - "Linux", "All", "other" ] %] + [% op_sys = [ "Windows 2000", "Windows XP", "Windows Vista", + "Mac OS X", "Linux", "All", "other" ] %] <tr> <td align="right" valign="top"> |