From 89ecb1f974a853edea7017f2d9efa9673dee6fb1 Mon Sep 17 00:00:00 2001 From: "jbetak%netscape.com" Date: Tue, 2 May 2000 05:19:19 +0000 Subject: [PATCH] 5313 Accept-charset for form is not implemented, r=ftang, be git-svn-id: svn://10.0.0.236/trunk@67872 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/build/mac/NGLayoutBuildList.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/build/mac/NGLayoutBuildList.pm b/mozilla/build/mac/NGLayoutBuildList.pm index cc571a00563..ad69177c528 100644 --- a/mozilla/build/mac/NGLayoutBuildList.pm +++ b/mozilla/build/mac/NGLayoutBuildList.pm @@ -391,7 +391,7 @@ sub MakeResourceAliases() _MakeAlias(":mozilla:intl:uconv:src:maccharset.properties", "$resource_dir"); _MakeAlias(":mozilla:intl:uconv:src:charsetData.properties", "$resource_dir"); _MakeAlias(":mozilla:intl:uconv:src:charsetTitles.properties", "$resource_dir"); - + _MakeAlias(":mozilla:intl:uconv:src:acceptlanguage.properties", "$resource_dir"); _InstallResources(":mozilla:gfx:src:MANIFEST", "$resource_dir"."gfx:"); _InstallResources(":mozilla:extensions:wallet:src:MANIFEST", "$resource_dir");