Bug 189785 CTL shouldn't use quotes for modulename

r=Roland.Mainz@informatik.med.uni-giessen.de sr=alecf
This commit is contained in:
timeless%mozdev.org 2003-01-20 19:07:10 +00:00
Родитель 84aaf09fc9
Коммит 0e49101844
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -72,4 +72,4 @@ static const nsModuleComponentInfo components[] =
nsULEConstructor, NULL, NULL }
};
NS_IMPL_NSGETMODULE("nsCtlLEModule", components)
NS_IMPL_NSGETMODULE(nsCtlLEModule, components)