Index: mozilla/webtools/bugzilla/enter_bug.cgi =================================================================== RCS file: /cvsroot/mozilla/webtools/bugzilla/enter_bug.cgi,v retrieving revision 1.143 diff -u -r1.143 mozilla/webtools/bugzilla/enter_bug.cgi --- mozilla/webtools/bugzilla/enter_bug.cgi +++ mozilla/webtools/bugzilla/enter_bug.cgi @@ -183,6 +183,7 @@ /\(.*PPC.*\)/ && do {@platform = "Macintosh"; last;}; /\(.*AIX.*\)/ && do {@platform = "Macintosh"; last;}; #Intel x86 + /\(.*Intel.*\)/ && do {@platform = "PC"; last;}; /\(.*[ix0-9]86.*\)/ && do {@platform = "PC"; last;}; #Versions of Windows that only run on Intel x86 /\(.*Win(?:dows )[39M].*\)/ && do {@platform = "PC"; last};