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:
authorAntonioya <blendergit@gmail.com>2019-06-13 20:19:57 +0300
committerAntonioya <blendergit@gmail.com>2019-06-13 20:19:57 +0300
commit09cc318fd679c0b4c3100efbd43985572efe5f49 (patch)
treecf79bb5633ef702e67365c00d6f799babd56238a /source/blender/makesrna/intern/rna_gpencil.c
parentc49f91a3b604da2b26b6c8bc2d3736c84870fe1b (diff)
T65783: UI Inconsistency with Grease Pencil icons in Properties and Outliner
Fixed Properties and tab icons
Diffstat (limited to 'source/blender/makesrna/intern/rna_gpencil.c')
-rw-r--r--source/blender/makesrna/intern/rna_gpencil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_gpencil.c b/source/blender/makesrna/intern/rna_gpencil.c
index 2e2cb9c1054..3b7a0a5a275 100644
--- a/source/blender/makesrna/intern/rna_gpencil.c
+++ b/source/blender/makesrna/intern/rna_gpencil.c
@@ -1653,7 +1653,7 @@ static void rna_def_gpencil_data(BlenderRNA *brna)
srna = RNA_def_struct(brna, "GreasePencil", "ID");
RNA_def_struct_sdna(srna, "bGPdata");
RNA_def_struct_ui_text(srna, "Grease Pencil", "Freehand annotation sketchbook");
- RNA_def_struct_ui_icon(srna, ICON_GREASEPENCIL);
+ RNA_def_struct_ui_icon(srna, ICON_OUTLINER_DATA_GREASEPENCIL);
/* Layers */
prop = RNA_def_property(srna, "layers", PROP_COLLECTION, PROP_NONE);