jscript: Use script LCID in *disp_propput* functions.
diff --git a/dlls/jscript/error.c b/dlls/jscript/error.c
index bced477..1aeb867 100644
--- a/dlls/jscript/error.c
+++ b/dlls/jscript/error.c
@@ -380,7 +380,7 @@
             return E_OUTOFMEMORY;
         }
 
-        hres = jsdisp_propput_name(&err->dispex, nameW, ctx->lcid, &v, NULL/*FIXME*/, NULL/*FIXME*/);
+        hres = jsdisp_propput_name(&err->dispex, nameW, &v, NULL/*FIXME*/, NULL/*FIXME*/);
 
         if(SUCCEEDED(hres))
             hres = create_builtin_function(ctx, constr_val[i], names[i], NULL,