From: terry%netscape.com <> Date: Fri, 11 Sep 1998 23:59:02 +0000 (+0000) Subject: Added new "Layout" component to NGLayout. X-Git-Tag: bugzilla-1.3~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8a4482db94592c936565841ab1a6703fca27d2d;p=thirdparty%2Fbugzilla.git Added new "Layout" component to NGLayout. --- diff --git a/makecomponenttable.sh b/makecomponenttable.sh index 2ae0aa3c40..b2e95c2f3f 100755 --- a/makecomponenttable.sh +++ b/makecomponenttable.sh @@ -106,6 +106,7 @@ insert into components (value, program, initialowner) values ("Event Handling", insert into components (value, program, initialowner) values ("Form Submission", "NGLayout", "karnaze@netscape.com"); insert into components (value, program, initialowner) values ("HTMLFrames", "NGLayout", "karnaze@netscape.com"); insert into components (value, program, initialowner) values ("HTMLTables", "NGLayout", "buster@netscape.com"); +insert into components (value, program, initialowner) values ("Layout", "NGLayout", "kipp@netscape.com"); insert into components (value, program, initialowner) values ("Networking Library", "NGLayout", "valeski@netscape.com"); insert into components (value, program, initialowner) values ("Parser", "NGLayout", "rickg@netscape.com"); insert into components (value, program, initialowner) values ("Plug-ins", "NGLayout", "michaelp@netscape.com");