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:
authorjulianeisel <julian_eisel@web.de>2014-12-08 02:38:36 +0300
committerjulianeisel <julian_eisel@web.de>2014-12-08 02:38:36 +0300
commitb88e700df453eba0a512688fba6e25f4cdc3edf0 (patch)
tree568fa7db7cf645eb56874e1739e8fa60995e7b7b /source/blender/editors/include/UI_resources.h
parent983c71931b1886d4349b6e964ece4622c8cd74fb (diff)
Cleanup: Minor edits to widget emboss code
* Rename "emboss" to "widget_emboss" * Remove duplicated UI_GetThemeColor4ubv function I made sure version bump and Save User Settings are working correctly ;P
Diffstat (limited to 'source/blender/editors/include/UI_resources.h')
-rw-r--r--source/blender/editors/include/UI_resources.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/UI_resources.h b/source/blender/editors/include/UI_resources.h
index 8e37e871501..c3d6dd5da38 100644
--- a/source/blender/editors/include/UI_resources.h
+++ b/source/blender/editors/include/UI_resources.h
@@ -266,7 +266,7 @@ enum {
TH_NLA_SOUND,
TH_NLA_SOUND_SEL,
- TH_EMBOSS,
+ TH_WIDGET_EMBOSS,
TH_AXIS_X, /* X/Y/Z Axis */
TH_AXIS_Y,