Bug 258110: getShellService() doesn't return null on OS X / Default browser box is shown on OS X.

Do not load the Shell Service on Mac + typo correction. r=bryner


git-svn-id: svn://10.0.0.236/trunk@161800 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
p_ch%verizon.net
2004-09-05 22:00:05 +00:00
parent 2f01bde792
commit d4136434b0

View File

@@ -96,19 +96,13 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsICabProfileMigrator)
static const nsModuleComponentInfo components[] =
{
#if defined(XP_WIN)
{ "Browser Shell Shervice",
{ "Browser Shell Service",
NS_SHELLSERVICE_CID,
NS_SHELLSERVICE_CONTRACTID,
nsWindowsShellServiceConstructor },
#elif defined (XP_MACOSX)
{ "Browser Shell Shervice",
NS_SHELLSERVICE_CID,
NS_SHELLSERVICE_CONTRACTID,
nsMacShellServiceConstructor },
#elif defined(MOZ_WIDGET_GTK2)
{ "Browser Shell Shervice",
{ "Browser Shell Service",
NS_SHELLSERVICE_CID,
NS_SHELLSERVICE_CONTRACTID,
nsGNOMEShellServiceConstructor },