From 87b1ba683a521b0a0bec0f885bb499dfaa4f6ef5 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" Date: Wed, 3 Mar 1999 21:21:31 +0000 Subject: [PATCH] Oops; forgot description for "Apprunner". --- webtools/bugzilla/makecomponenttable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtools/bugzilla/makecomponenttable.sh b/webtools/bugzilla/makecomponenttable.sh index a8c501c4c728..ba47e39a6c6d 100755 --- a/webtools/bugzilla/makecomponenttable.sh +++ b/webtools/bugzilla/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", "");