projects
/
blender-staging.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
2.5: Remove OOPS code from the outliner space, as discussed
[blender-staging.git]
/
source
/
blender
/
editors
/
interface
/
resources.c
diff --git
a/source/blender/editors/interface/resources.c
b/source/blender/editors/interface/resources.c
index c1beb4b1c58c1aacd89957d55b60309b49967aac..039ebcc91f96c3955fcb8da9889772f533ad8c0d 100644
(file)
--- a/
source/blender/editors/interface/resources.c
+++ b/
source/blender/editors/interface/resources.c
@@
-176,7
+176,7
@@
char *UI_ThemeGetColorPtr(bTheme *btheme, int spacetype, int colorid)
case SPACE_TEXT:
ts= &btheme->text;
break;
- case SPACE_O
OPS
:
+ case SPACE_O
UTLINER
:
ts= &btheme->toops;
break;
case SPACE_SOUND: