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:
authorMartin Poirier <theeth@yahoo.com>2009-11-26 22:31:25 +0300
committerMartin Poirier <theeth@yahoo.com>2009-11-26 22:31:25 +0300
commitb658febb6a427b6e6272874d1b9681441e923fcc (patch)
tree0b0bb905c8d8e50a1ca28e21ae37b9f9c9052c45 /source/blender/editors/include/UI_icons.h
parentdeb942702df8dce55fd1a507d58df2e09cd2ce16 (diff)
Missing from last commit:
New snap icons for Increment (gears)
Diffstat (limited to 'source/blender/editors/include/UI_icons.h')
-rw-r--r--source/blender/editors/include/UI_icons.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/include/UI_icons.h b/source/blender/editors/include/UI_icons.h
index f4a7d615895..01029ef90d4 100644
--- a/source/blender/editors/include/UI_icons.h
+++ b/source/blender/editors/include/UI_icons.h
@@ -650,10 +650,10 @@ DEF_ICON(ICON_MAN_TRANS)
DEF_ICON(ICON_MAN_ROT)
DEF_ICON(ICON_MAN_SCALE)
DEF_ICON(ICON_MANIPUL)
-DEF_ICON(ICON_BLANK215)
-DEF_ICON(ICON_SNAP_GEAR)
-DEF_ICON(ICON_SNAP_GEO)
+DEF_ICON(ICON_SNAP_OFF)
+DEF_ICON(ICON_SNAP_ON)
DEF_ICON(ICON_SNAP_NORMAL)
+DEF_ICON(ICON_SNAP_INCREMENT)
DEF_ICON(ICON_SNAP_VERTEX)
DEF_ICON(ICON_SNAP_EDGE)
DEF_ICON(ICON_SNAP_FACE)