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>2003-10-17 19:12:45 +0400
committerTon Roosendaal <ton@blender.org>2003-10-17 19:12:45 +0400
commite78bb262c260ca373d0a8dcab4d0141cc4e53759 (patch)
treeecf64ddb22500b1b6284acb34344928b03d5d547 /source/blender/src/resources.c
parent3583d2fdeb134afcef9823d8882580ef9dfd9c90 (diff)
- fixed redraw for copy button in new themes editor
- typo in include DNA_ListBase.h... has to be DNA_listBase.h
Diffstat (limited to 'source/blender/src/resources.c')
-rw-r--r--source/blender/src/resources.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/resources.c b/source/blender/src/resources.c
index 453a4fd0619..36172a09f5a 100644
--- a/source/blender/src/resources.c
+++ b/source/blender/src/resources.c
@@ -46,7 +46,7 @@
#include "MEM_guardedalloc.h"
-#include "DNA_ListBase.h"
+#include "DNA_listBase.h"
#include "DNA_userdef_types.h"
#include "DNA_screen_types.h"
#include "DNA_space_types.h"