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
path: root/source
diff options
context:
space:
mode:
authorMatt Ebb <matt@mke3.net>2006-09-25 15:33:53 +0400
committerMatt Ebb <matt@mke3.net>2006-09-25 15:33:53 +0400
commit01e7f02dcda1b603151e03c32f10868971b1362b (patch)
treeb367029581357a831b705be13da5387ea63cd417 /source
parent2662c7ae79e60ffad00ef9c4a5ad1782b378c34a (diff)
* This should have come along with the proportional edit commit. tsk tsk.
Diffstat (limited to 'source')
-rw-r--r--source/blender/include/BIF_resources.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/include/BIF_resources.h b/source/blender/include/BIF_resources.h
index 76a54de5e7e..376895905d7 100644
--- a/source/blender/include/BIF_resources.h
+++ b/source/blender/include/BIF_resources.h
@@ -165,7 +165,7 @@ typedef enum {
ICON_VERTEXSEL,
ICON_EDGESEL,
ICON_FACESEL,
- ICON_BLANK26,
+ ICON_PLUS,
ICON_BPIBFOLDER_X,
ICON_BPIBFOLDERGREY,
ICON_MAGNIFY,
@@ -265,6 +265,7 @@ typedef enum {
ICON_SHARPCURVE,
ICON_LINCURVE,
ICON_NOCURVE,
+ ICON_RNDCURVE,
ICON_PROP_OFF,
ICON_PROP_ON,
ICON_PROP_CON,
@@ -272,7 +273,6 @@ typedef enum {
ICON_SYNTAX_OFF,
ICON_MONKEY,
ICON_HAIR,
- ICON_PLUS,
ICON_VIEWMOVE,
ICON_HOME,
ICON_CLIPUV_DEHLT,