From a21fb3e54b0733c7f282886ef691cc7e3add4594 Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Tue, 6 Aug 2002 01:47:23 +0000 Subject: [PATCH] Doh. There's more bustage in this file. --- xpcom/build/nsXPComInit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcom/build/nsXPComInit.cpp b/xpcom/build/nsXPComInit.cpp index 713c34d38e4..7791e51eb01 100644 --- a/xpcom/build/nsXPComInit.cpp +++ b/xpcom/build/nsXPComInit.cpp @@ -262,7 +262,7 @@ static const nsModuleComponentInfo components[] = { COMPONENT_SUPPORTS(ID, ID), COMPONENT_SUPPORTS(STRING, String), - COMPONENT_SUPPORTS(WSTRING, WString), + COMPONENT_SUPPORTS(CSTRING, CString), COMPONENT_SUPPORTS(PRBOOL, PRBool), COMPONENT_SUPPORTS(PRUINT8, PRUint8), COMPONENT_SUPPORTS(PRUINT16, PRUint16),