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:
authorDalai Felinto <dfelinto@gmail.com>2010-03-07 01:12:42 +0300
committerDalai Felinto <dfelinto@gmail.com>2010-03-07 01:12:42 +0300
commit26fae8985bbc754325a15a77ca20a63a9669b2dd (patch)
tree7ee46eed4c949a54821deffc5a447c3008a8b683 /source/blender/makesdna
parent3838b80cf1cfe0a340a8471732bc86fde2852c29 (diff)
flipping "tab as space" option (so it's on by default - argh ;)
(and fix error in creator.c last commit)
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 945a1977f03..8a41c2da071 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -406,7 +406,7 @@ extern UserDef U; /* from blenkernel blender.c */
#define USER_SCRIPT_AUTOEXEC_DISABLE (1 << 22)
#define USER_FILENOUI (1 << 23)
#define USER_NONEGFRAMES (1 << 24)
-#define USER_TXT_TABSTOSPACES (1 << 25)
+#define USER_TXT_TABSTOSPACES_DISABLE (1 << 25)
/* helper macro for checking frame clamping */
#define FRAMENUMBER_MIN_CLAMP(cfra) \