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:
authorTon Roosendaal <ton@blender.org>2005-12-18 16:27:11 +0300
committerTon Roosendaal <ton@blender.org>2005-12-18 16:27:11 +0300
commite3df5fbdc15519e25e3ecd3981e5b183e09c0ebc (patch)
treea7945e9e14a3271a3bfda340bd22ccf432e908b1 /source/blender/include/BIF_resources.h
parent97a4119be0ef89d2f4670f99903262b794e9e129 (diff)
Added Verse and Node-editor icons in blenderbuttons.c
(Both needed for later) Found bug in interface.c for translation of Panel header, using && instead of a logical &.
Diffstat (limited to 'source/blender/include/BIF_resources.h')
-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 8c05d96ec72..8a35737789a 100644
--- a/source/blender/include/BIF_resources.h
+++ b/source/blender/include/BIF_resources.h
@@ -50,7 +50,7 @@ typedef enum {
ICON_NLA,
ICON_SCRIPTWIN,
ICON_TIME,
- ICON_SPACE1,
+ ICON_NODE,
ICON_SPACE2,
ICON_SPACE3,
ICON_SPACE4,
@@ -91,7 +91,7 @@ typedef enum {
ICON_MAYBE_ITS_A_LASSO,
ICON_BLANK1, /* ATTENTION, someone decided to use this throughout blender
and didn't care to neither rename it nor update the PNG */
- ICON_BLANK2,
+ ICON_VERSE,
ICON_MOD_BOOLEAN,
ICON_ARMATURE,
ICON_PAUSE,