From 9ec2e2d00a19ff4204b7cae7c7f9c762dbebfb94 Mon Sep 17 00:00:00 2001 From: "bsmedberg%covad.net" Date: Fri, 19 Dec 2003 18:50:34 +0000 Subject: [PATCH] Bug 228922 - in GRE installer builds MathML operators don't stretch properly. (Fallout from bug 179834). r+sr=rbs git-svn-id: svn://10.0.0.236/trunk@150516 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/mathml/content/src/nsMathMLOperators.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/layout/mathml/content/src/nsMathMLOperators.cpp b/mozilla/layout/mathml/content/src/nsMathMLOperators.cpp index 66b8dc44fcc..a5496d34117 100644 --- a/mozilla/layout/mathml/content/src/nsMathMLOperators.cpp +++ b/mozilla/layout/mathml/content/src/nsMathMLOperators.cpp @@ -280,7 +280,7 @@ InitOperators(void) nsresult rv; nsCOMPtr mathfontProp; rv = NS_LoadPersistentPropertiesFromURISpec(getter_AddRefs(mathfontProp), - NS_LITERAL_CSTRING("resource:/res/fonts/mathfont.properties")); + NS_LITERAL_CSTRING("resource://gre/res/fonts/mathfont.properties")); if NS_FAILED(rv) return rv; // Get the list of invariant chars