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

@@ -368,7 +368,7 @@ void RNA_api_keymap(StructRNA *srna)
func= RNA_def_function(srna, "item_from_id", "WM_keymap_item_find_id");
parm= RNA_def_property(func, "id", PROP_INT, PROP_NONE);
RNA_def_property_flag(parm, PROP_REQUIRED);
RNA_def_property_ui_text(parm, "id", "ID of the item.");
RNA_def_property_ui_text(parm, "id", "ID of the item");
parm= RNA_def_pointer(func, "item", "KeyMapItem", "Item", "");
RNA_def_function_return(func, parm);