From 069c5f8d45c019f996679105372a8094416410ad Mon Sep 17 00:00:00 2001 From: "jaggernaut%netscape.com" Date: Sun, 20 Jul 2003 08:39:31 +0000 Subject: [PATCH] Missed some stuff --- intl/strres/tests/StringBundleTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intl/strres/tests/StringBundleTest.cpp b/intl/strres/tests/StringBundleTest.cpp index bc7f1665d5d..f4801b21f02 100644 --- a/intl/strres/tests/StringBundleTest.cpp +++ b/intl/strres/tests/StringBundleTest.cpp @@ -121,7 +121,7 @@ main(int argc, char *argv[]) registrar->AutoRegister(nsnull); nsCOMPtr service = - do_GetService(kStringBundleServiceCID); + do_GetService(NS_STRINGBUNDLE_CONTRACTID); if (!service) { printf("cannot create service\n"); return 1;