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:
authorInes Almeida <britalmeida@gmail.com>2018-10-25 16:41:32 +0300
committerInes Almeida <britalmeida@gmail.com>2018-10-25 16:41:32 +0300
commit2b6253175ea63e787cde8bb3c6b7fa16c17e9247 (patch)
treebd83a9d612d07d55750d34cc40575a87706d1de0 /source/blender/editors/include
parent869b1a8d6e9867a50168a7451b8a9084ba513cd7 (diff)
Cleanup: comments and unused code
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/UI_icons.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/include/UI_icons.h b/source/blender/editors/include/UI_icons.h
index b45392a7f87..c005d6dcc07 100644
--- a/source/blender/editors/include/UI_icons.h
+++ b/source/blender/editors/include/UI_icons.h
@@ -91,8 +91,8 @@ DEF_ICON_COLOR(COPY_ID)
DEF_ICON(EYEDROPPER)
DEF_ICON_COLOR(LINK_AREA)
DEF_ICON(AUTO)
-DEF_ICON(CHECKBOX_DEHLT)
-DEF_ICON(CHECKBOX_HLT)
+DEF_ICON(CHECKBOX_DEHLT) /* de-Hilight - Checkbox OFF */
+DEF_ICON(CHECKBOX_HLT) /* Hilight - Checkbox ON */
DEF_ICON(UNLOCKED)
DEF_ICON(LOCKED)
DEF_ICON(UNPINNED)