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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-06-07 17:20:41 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-06-07 17:20:41 +0400
commit1c9079d6e1ea8912a5b5901026e6f4446dea0527 (patch)
tree0a9fe3be6b9854f88b1a4ec9e69f3eb58e4a4460 /source/blender/editors/include/UI_resources.h
parentc1135d489bf7c41b2e081b593bac08e62bf980a3 (diff)
UI:
* layout.split() now takes a percentage argument to control the split position. * ID template now works for more than just the Text ID type, includes and icon, and some other fixes.
Diffstat (limited to 'source/blender/editors/include/UI_resources.h')
-rw-r--r--source/blender/editors/include/UI_resources.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/include/UI_resources.h b/source/blender/editors/include/UI_resources.h
index 5339a255dbc..6fa0eb90c5f 100644
--- a/source/blender/editors/include/UI_resources.h
+++ b/source/blender/editors/include/UI_resources.h
@@ -83,8 +83,8 @@ typedef enum {
ICON_CHECKBOX_HLT,
ICON_UNLOCKED,
ICON_LOCKED,
- ICON_BLANK013,
- ICON_BLANK014,
+ ICON_PINNED,
+ ICON_UNPINNED,
ICON_BLANK015,
ICON_RIGHTARROW,
ICON_DOWNARROW_HLT,