Index: doc/user/06_feature/scripting/rosetta/11_hello_menu/ex.py =================================================================== --- doc/user/06_feature/scripting/rosetta/11_hello_menu/ex.py (revision 20881) +++ 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)