Index: trunk/doc/user/06_feature/scripting/rosetta/11_hello_menu/ex.py =================================================================== --- trunk/doc/user/06_feature/scripting/rosetta/11_hello_menu/ex.py (revision 20881) +++ trunk/doc/user/06_feature/scripting/rosetta/11_hello_menu/ex.py (revision 20882) @@ -2,7 +2,6 @@ message("Hello world!"); return 0 -# register hello() action fgw_func_reg("hello") cookie = scriptcookie() createmenu("/main_menu/Plugins/script/hello", "hello()", "Prints hello! in the log", cookie)