Make the module name agree with the Makefile so that static builds work. Not part of the build.

This commit is contained in:
bryner%netscape.com 2002-06-03 09:02:31 +00:00
Родитель 28b54a03b5
Коммит 828a7be953
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -194,4 +194,4 @@ static nsModuleComponentInfo components[] =
nsNativeScrollbarConstructor },
};
NS_IMPL_NSGETMODULE(nsWidgetModule, components)
NS_IMPL_NSGETMODULE(nsWidgetMacModule, components)