Bug 37275, Changing value of all progids, and changing everywhere a progid

is mentioned to mention a contractid, including in identifiers.

r=warren


git-svn-id: svn://10.0.0.236/trunk@79036 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rayw%netscape.com
2000-09-13 23:57:52 +00:00
parent 7fadd551e8
commit d9228441a4
1052 changed files with 4384 additions and 4384 deletions

View File

@@ -25,7 +25,7 @@
static nsModuleComponentInfo components[] =
{
{ "Native App Service", NS_NATIVE_APP_CID, NS_NATIVE_APP_PROGID,
{ "Native App Service", NS_NATIVE_APP_CID, NS_NATIVE_APP_CONTRACTID,
nsCNativeAppImpl::Create
}
};