From 4aa7ddfe33716b16d8c0646d0049c38a13835df3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 24 Oct 2009 23:26:28 +0000 Subject: description patch from Ron Walker --- source/blender/editors/space_script/script_edit.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/editors/space_script') diff --git a/source/blender/editors/space_script/script_edit.c b/source/blender/editors/space_script/script_edit.c index c17793b28f8..df6f932acdf 100644 --- a/source/blender/editors/space_script/script_edit.c +++ b/source/blender/editors/space_script/script_edit.c @@ -79,6 +79,7 @@ void SCRIPT_OT_python_file_run(wmOperatorType *ot) { /* identifiers */ ot->name= "Run python file"; + ot->description= "Run Python file."; ot->idname= "SCRIPT_OT_python_file_run"; /* api callbacks */ @@ -111,6 +112,7 @@ void SCRIPT_OT_python_run_ui_scripts(wmOperatorType *ot) { /* identifiers */ ot->name= "Reload Python Interface"; + ot->description= "Reload Python interface."; ot->idname= "SCRIPT_OT_python_run_ui_scripts"; /* api callbacks */ -- cgit v1.2.3