summaryrefslogtreecommitdiffstats
path: root/makecomponenttable.sh
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-02-26 10:01:34 +0100
committerterry%netscape.com <>1999-02-26 10:01:34 +0100
commit6dc9af1ef19eeb896333e1b84830c9d65a0ed14e (patch)
tree2826e34632a288e9d5ea81f3a47cf1e12dc1dd4f /makecomponenttable.sh
parenta34f7ef4050b802f809dc70994a8f2cc720b5934 (diff)
downloadbugzilla-6dc9af1ef19eeb896333e1b84830c9d65a0ed14e.tar.gz
bugzilla-6dc9af1ef19eeb896333e1b84830c9d65a0ed14e.tar.xz
Removed MFC/Win32 component.
Diffstat (limited to 'makecomponenttable.sh')
-rwxr-xr-xmakecomponenttable.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/makecomponenttable.sh b/makecomponenttable.sh
index 0a4b0f104..b8a8d65a7 100755
--- a/makecomponenttable.sh
+++ b/makecomponenttable.sh
@@ -134,7 +134,6 @@ insert into components (value, program, initialowner, initialqacontact, descript
insert into components (value, program, initialowner, initialqacontact) values ("Platform: Lesstif on Linux", "Mozilla", "ramiro@netscape.com", "");
insert into components (value, program, initialowner, initialqacontact) values ("Platform: Rhapsody", "Mozilla", "mcafee@netscape.com", "");
-insert into components (value, program, initialowner, initialqacontact) values ("Platform: MFC/Win32 on Windows", "Mozilla", "blythe@netscape.com", "");
insert into components (value, program, initialowner, initialqacontact, description) values ("ActiveX Wrapper", "NGLayout", "locka@iol.ie", "cpratt@netscape.com", "This is the active-x wrapper that is used when people want to embed gecko in their application on windows. This is an external developer's code to wrap gecko up as an activeX control to replace IE as the embedded HTML control.");