This commit is contained in:
mkaply%us.ibm.com 2003-03-17 16:30:17 +00:00
Родитель 7acdbf095e
Коммит 6643ea6dc9
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -284,12 +284,12 @@ static const nsModuleComponentInfo components[] =
{ "OS/2 HTML Format Converter",
NS_HTMLFORMATCONVERTER_CID,
"@mozilla.org/widget/htmlformatconverter/os2;1",
nsHTMLFormatConverterConstructor }
nsHTMLFormatConverterConstructor },
#ifdef ACCESSIBILITY
{ "AccessibilityService",
NS_ACCESSIBILITY_SERVICE_CID,
"@mozilla.org/accessibilityService;1",
nsAccessibilityServiceConstructor },
nsAccessibilityServiceConstructor }
#endif
};