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:
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index d74ba77bf91..00ade3156c5 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -671,7 +671,7 @@ enum FileSortTypeE {
/* files in filesel list: 2=ACTIVE */
#define EDITING (1<<0)
-#define ACTIVE (1<<1)
+#define ACTIVEFILE (1<<1)
#define BLENDERFILE (1<<2)
#define PSXFILE (1<<3)
#define IMAGEFILE (1<<4)