Bug 454623 - remove "Mozilla Suite" from list of products.

git-svn-id: svn://10.0.0.236/trunk@254164 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gerv%gerv.net 2008-09-11 16:05:51 +00:00
parent 35c76a5546
commit a2e9f01f5a

View File

@ -54,7 +54,6 @@ my %product_destination_map = (
"Minefield" => "mozilla.feedback",
"Thunderbird" => "mozilla.feedback.thunderbird",
"Thunderbird Release Candidate" => "mozilla.feedback.thunderbird.prerelease",
"Mozilla Suite" => "mozilla.feedback",
"SeaMonkey" => "mozilla.feedback",
"Sunbird" => "mozilla.feedback",
"Camino" => "caminofeedback\@mozilla.org",
@ -67,7 +66,7 @@ my %product_destination_map = (
my @products_list = (
"Firefox", "Firefox Release Candidate", "Thunderbird",
"Thunderbird Release Candidate", "Shiretoko", "Minefield",
"Camino", "SeaMonkey", "Mozilla Suite", "Sunbird",
"Camino", "SeaMonkey", "Sunbird",
"Developer Center", "Other"
);