From: terry%netscape.com <> Date: Thu, 4 Mar 1999 05:21:31 +0000 (+0000) Subject: Oops; forgot description for "Apprunner". X-Git-Tag: bugzilla-2.4~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caae0bdea91683b3c8f3435c2c594287f13c45a3;p=thirdparty%2Fbugzilla.git Oops; forgot description for "Apprunner". --- diff --git a/makecomponenttable.sh b/makecomponenttable.sh index a8c501c4c7..ba47e39a6c 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", "");