summaryrefslogtreecommitdiffstats
path: root/makecomponenttable.sh
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-03-04 06:21:31 +0100
committerterry%netscape.com <>1999-03-04 06:21:31 +0100
commitcaae0bdea91683b3c8f3435c2c594287f13c45a3 (patch)
tree73b2bbf1a16f2c8657da34fcbcbd7bd59b490db5 /makecomponenttable.sh
parent99b6d3eed40ec4ed7193d932aeef3f763066a9a3 (diff)
downloadbugzilla-caae0bdea91683b3c8f3435c2c594287f13c45a3.tar.gz
bugzilla-caae0bdea91683b3c8f3435c2c594287f13c45a3.tar.xz
Oops; forgot description for "Apprunner".
Diffstat (limited to 'makecomponenttable.sh')
-rwxr-xr-xmakecomponenttable.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makecomponenttable.sh b/makecomponenttable.sh
index a8c501c4c..ba47e39a6 100755
--- a/makecomponenttable.sh
+++ b/makecomponenttable.sh
@@ -79,7 +79,7 @@ insert into components (value, program, initialowner, initialqacontact, descript
-insert into components (value, program, initialowner, initialqacontact) values ("Apprunner", "Mozilla", "don@netscape.com", "leger@netscape.com");
+insert into components (value, program, initialowner, initialqacontact, description) values ("Apprunner", "Mozilla", "don@netscape.com", "leger@netscape.com", "For bugs against the apprunner application which include: launch/exit crashes, features missing, and apprunner parity across platforms.");
insert into components (value, program, initialowner, initialqacontact) values ("Macintosh FE", "Mozilla", "sdagley@netscape.com", "");
insert into components (value, program, initialowner, initialqacontact) values ("Windows FE", "Mozilla", "blythe@netscape.com", "");
insert into components (value, program, initialowner, initialqacontact) values ("XFE", "Mozilla", "ramiro@netscape.com", "");