diff options
author | terry%netscape.com <> | 1998-09-12 01:59:02 +0200 |
---|---|---|
committer | terry%netscape.com <> | 1998-09-12 01:59:02 +0200 |
commit | d8a4482db94592c936565841ab1a6703fca27d2d (patch) | |
tree | 6a1b78e1f8dec72d1885a00588eeee85979726fd | |
parent | 0258f491e2c2ac7415e836b84a6fd1af4c486deb (diff) | |
download | bugzilla-d8a4482db94592c936565841ab1a6703fca27d2d.tar.gz bugzilla-d8a4482db94592c936565841ab1a6703fca27d2d.tar.xz |
Added new "Layout" component to NGLayout.
-rwxr-xr-x | makecomponenttable.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makecomponenttable.sh b/makecomponenttable.sh index 2ae0aa3c4..b2e95c2f3 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"); |