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:
authorIan Thompson <quornian@googlemail.com>2008-08-14 21:09:39 +0400
committerIan Thompson <quornian@googlemail.com>2008-08-14 21:09:39 +0400
commit4cec4803385e6ae3f73cc38a079dad847df05f33 (patch)
tree00e9ded0e4016095df92c025c035af72601a6ec7 /source/blender/src/space.c
parent7b1a2d5f3a5ed2495b6d369c48ff7f2f28d65dd8 (diff)
Used the Python icon for the text plugin button and created an ON version.
Diffstat (limited to 'source/blender/src/space.c')
-rw-r--r--source/blender/src/space.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/space.c b/source/blender/src/space.c
index ff5abb2b9ad..79fdb312309 100644
--- a/source/blender/src/space.c
+++ b/source/blender/src/space.c
@@ -6054,7 +6054,7 @@ static void init_textspace(ScrArea *sa)
st->showlinenrs= 0;
st->tabnumber = 4;
st->showsyntax= 0;
- st->doplugins= 1;
+ st->doplugins= 0;
st->overwrite= 0;
st->wordwrap= 0;
st->currtab_set = 0;