batch remove .'s used with RNA_def_struct_ui_text
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user