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:
authorWilliam Reynish <william@reynish.com>2009-11-02 20:18:17 +0300
committerWilliam Reynish <william@reynish.com>2009-11-02 20:18:17 +0300
commit67fd40f54c9f36f47974e8f7785aee8f415f2a69 (patch)
tree88c86aa69a2e61e66e722b4e3c622cd37e2209d1 /source/blender/editors/include/UI_icons.h
parent54d7ca9e3b6f1af774194944232136a16be9c0ca (diff)
Enabled theme editing in user preferences. There's still no way to Load/Save/Add/Delete though.
Code could be optimized greatly, but found it hard to get it to work nicely with auto-generated code.
Diffstat (limited to 'source/blender/editors/include/UI_icons.h')
-rw-r--r--source/blender/editors/include/UI_icons.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/editors/include/UI_icons.h b/source/blender/editors/include/UI_icons.h
index 9d38161c753..ee1a23f242b 100644
--- a/source/blender/editors/include/UI_icons.h
+++ b/source/blender/editors/include/UI_icons.h
@@ -52,10 +52,10 @@ DEF_ICON(ICON_BLANK004)
DEF_ICON(ICON_X)
DEF_ICON(ICON_BLANK005)
DEF_ICON(ICON_GO_LEFT)
-DEF_ICON(ICON_BLANK006)
-DEF_ICON(ICON_BLANK007)
-DEF_ICON(ICON_BLANK008)
-DEF_ICON(ICON_BLANK008b)
+DEF_ICON(ICON_PLUG)
+DEF_ICON(ICON_UI)
+DEF_ICON(ICON_TEXNODE)
+DEF_ICON(ICON_TEXNODE_SEL)
/* ui */
DEF_ICON(ICON_FULLSCREEN)