fix "ctl" bustage, whatever the heck that is
This commit is contained in:
alecf%netscape.com 2002-02-15 16:19:45 +00:00
parent 2c25fd5808
commit 177e0f3c5a

View File

@ -45,8 +45,11 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsULE)
PRInt32 g_InstanceCount = 0;
PRInt32 g_LockCount = 0;
NS_CONVERTER_REGISTRY_START
NS_UCONV_REG_UNREG("Unicode", "tis620-2", NS_UNICODETOTIS620_CID)
NS_CONVERTER_REGISTRY_END
NS_IMPL_NSUCONVERTERREGSELF
NS_UCONV_REG_UNREG(nsUnicodeToTIS620, "Unicode", "tis620-2", NS_UNICODETOTIS620_CID);
NS_GENERIC_FACTORY_CONSTRUCTOR(nsUnicodeToTIS620);
@ -55,7 +58,7 @@ static const nsModuleComponentInfo components[] =
{ ENCODER_NAME_BASE "tis620-2" , NS_UNICODETOTIS620_CID,
NS_UNICODEENCODER_CONTRACTID_BASE "tis620-2",
nsUnicodeToTIS620Constructor,
nsUnicodeToTIS620RegSelf, nsUnicodeToTIS620UnRegSelf },
nsUConverterRegSelf, nsUConverterUnregSelf },
{ "Unicode Layout Engine", NS_ULE_CID, NS_ULE_PROGID,
nsULEConstructor, NULL, NULL }
};