Index: trunk/doc-rnd/gpmi/rosetta/10_hello/index.html =================================================================== --- trunk/doc-rnd/gpmi/rosetta/10_hello/index.html (revision 799) +++ trunk/doc-rnd/gpmi/rosetta/10_hello/index.html (revision 800) @@ -35,10 +35,10 @@ ev_action that will be called when any of the actions registered by the script is executed. The script registers only one action, so it does not need to check which action caused the function to be called.

When the action event is called, use -dialog_log +dialog_log to append a log message.

In the "main" section of the script, bind event -ACTE_action +ACTE_action to our local function ev_action - this gets @@ -45,7 +45,7 @@ ev_action to be called when any of the actions registered by this script is executed.

Finally use -action_register +action_register to register the action: