Fix: T40016 ID Names translated in menus
This commit is contained in:
@@ -1067,6 +1067,7 @@ void OUTLINER_OT_action_set(wmOperatorType *ot)
|
||||
// TODO: this would be nicer as an ID-pointer...
|
||||
prop = RNA_def_enum(ot->srna, "action", DummyRNA_NULL_items, 0, "Action", "");
|
||||
RNA_def_enum_funcs(prop, RNA_action_itemf);
|
||||
RNA_def_property_flag(prop, PROP_ENUM_NO_TRANSLATE);
|
||||
ot->prop = prop;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user