1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00

Change the SMJS scripting module name to Spidermonkey ECMAScript

This commit is contained in:
Jonas Fonseca 2006-01-19 00:14:50 +01:00 committed by Jonas Fonseca
parent c97b4be9b9
commit ba45514339

View File

@ -12,7 +12,7 @@
struct module smjs_scripting_module = struct_module(
/* name: */ "ECMAScript scripting engine",
/* name: */ "Spidermonkey ECMAScript",
/* options: */ NULL,
/* events: */ smjs_scripting_hooks,
/* submodules: */ NULL,