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>2004-10-07 20:16:03 +0400
committerTon Roosendaal <ton@blender.org>2004-10-07 20:16:03 +0400
commit14ae3362c5dce229e84ca9331879d99d44a13a50 (patch)
tree5bafc441a900c3a3155c869c9bdbf0e2584fe7a8 /source/blender/include/BIF_resources.h
parent8ce5904c5f692888733d613187086bda557df00f (diff)
Aie... changed a define and now the silly ENUM doesnt work. :)
Fixed!
Diffstat (limited to 'source/blender/include/BIF_resources.h')
-rw-r--r--source/blender/include/BIF_resources.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BIF_resources.h b/source/blender/include/BIF_resources.h
index 6488de5f3dc..234e290cebb 100644
--- a/source/blender/include/BIF_resources.h
+++ b/source/blender/include/BIF_resources.h
@@ -257,7 +257,7 @@ typedef enum {
ICON_CONSTRAINT,
ICON_CAMERA_DEHLT,
ICON_ARMATURE_DEHLT,
-#define BIFICONID_LAST (ICON_BLANK33)
+#define BIFICONID_LAST (ICON_ARMATURE_DEHLT)
#define BIFNICONIDS (BIFICONID_LAST-BIFICONID_FIRST + 1)
} BIFIconID;