From: terry%netscape.com <> Date: Sat, 5 Sep 1998 01:26:09 +0000 (+0000) Subject: Added "Viewer App" component. X-Git-Tag: bugzilla-1.3~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e10b0b3c4e4aca47bacac6877ed4deb1dc89fcfb;p=thirdparty%2Fbugzilla.git Added "Viewer App" component. --- diff --git a/makecomponenttable.sh b/makecomponenttable.sh index 2f1d684997..f64a4a1e68 100755 --- a/makecomponenttable.sh +++ b/makecomponenttable.sh @@ -113,6 +113,7 @@ insert into components (value, program, initialowner) values ("Rendering", "NGLa insert into components (value, program, initialowner) values ("Selection and Search", "NGLayout", "rods@netscape.com"); insert into components (value, program, initialowner) values ("Style System", "NGLayout", "peterl@netscape.com"); insert into components (value, program, initialowner) values ("Threading", "NGLayout", "rpotts@netscape.com"); +insert into components (value, program, initialowner) values ("Viewer App", "NGLayout", "scullin@netscape.com"); insert into components (value, program, initialowner) values ("Widget Set", "NGLayout", "kmcclusk@netscape.com"); insert into components (value, program, initialowner) values ("XPCOM", "NGLayout", "scullin@netscape.com");