batch remove .'s used with RNA_def_struct_ui_text

This commit is contained in:
2010-02-10 21:15:44 +00:00
parent 577bfb4e71
commit 148435b70a
134 changed files with 3022 additions and 3022 deletions

View File

@@ -214,7 +214,7 @@ void NODE_OT_visibility_toggle(wmOperatorType *ot)
/* identifiers */
ot->name= "Toggle Visibility";
ot->idname= "NODE_OT_visibility_toggle";
ot->description= "Handle clicks on node header buttons.";
ot->description= "Handle clicks on node header buttons";
/* api callbacks */
ot->invoke= node_toggle_visibility_invoke;