Bug fix for 52648 -- remaining stash of progids which I missed on

the mega-change yesterday.  This will fix a few more issues.

r=warren


git-svn-id: svn://10.0.0.236/trunk@79224 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rayw%netscape.com
2000-09-14 23:20:49 +00:00
parent 0bd52d518e
commit 31f9bce979
45 changed files with 188 additions and 188 deletions

View File

@@ -101,7 +101,7 @@ nsStreamConverterService::Init() {
// An edge in this case is comprised of a FROM and TO MIME type combination.
//
// CONTRACTID format:
// component://netscape/strmconv?from=text/html&to=text/plain
// @mozilla.org/streamconv;1?from=text/html&to=text/plain
// XXX curently we only handle a single from and to combo, we should repeat the
// XXX registration process for any series of from-to combos.
// XXX can use nsTokenizer for this.