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:
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[] = {