fix for some bug where I forgot a contract id.. if bugzilla was responding I might actually know the bug #

r=mkaply, sr=dveditz
This commit is contained in:
alecf%netscape.com 2001-10-19 02:02:05 +00:00
Родитель 744aaca98c
Коммит a104d985d9
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -82,6 +82,11 @@ static nsModuleComponentInfo gAppShellModuleInfo[] =
"@mozilla.org/appshell/commandLineService;1",
nsCmdLineServiceConstructor,
},
{ "Window Mediator",
NS_WINDOWMEDIATOR_CID,
NS_WINDOWMEDIATOR_CONTRACTID,
nsWindowMediatorConstructor,
},
{ "Window Mediator",
NS_WINDOWMEDIATOR_CID,
NS_RDF_DATASOURCE_CONTRACTID_PREFIX "window-mediator",