Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2021-03-17 15:51:59 +0300
committerHans Goudey <h.goudey@me.com>2021-03-17 15:51:59 +0300
commit4de7dc42c9b49e72ecafb1c9fa07aa0fbaea7e7a (patch)
tree1ab73e50f7607b875c76dfe494714ed07a07b3f6 /source/blender
parent9cf25b9c447e3cd13f72894887cf08a574e5a2d6 (diff)
UI: Correct icon and description for "Object Line Art"
The icon should be the same as other object icons rather than "Cube", and the description was just the collection description copy and pasted.
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/makesrna/intern/rna_object.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_object.c b/source/blender/makesrna/intern/rna_object.c
index 8c12ccceb5d..621245f2a68 100644
--- a/source/blender/makesrna/intern/rna_object.c
+++ b/source/blender/makesrna/intern/rna_object.c
@@ -172,9 +172,9 @@ const EnumPropertyItem rna_enum_object_gpencil_type_items[] = {
"Quickly set up Line Art for active collection"},
{GP_LRT_OBJECT,
"LRT_OBJECT",
- ICON_CUBE,
+ ICON_OBJECT_DATA,
"Object Line Art",
- "Quickly set up Line Art for active collection"},
+ "Quickly set up Line Art for the active object"},
{0, NULL, 0, NULL, NULL}};
static const EnumPropertyItem parent_type_items[] = {