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/src/header_script.c')
-rw-r--r--source/blender/src/header_script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/header_script.c b/source/blender/src/header_script.c
index da51ddce928..1c6a9cb516b 100644
--- a/source/blender/src/header_script.c
+++ b/source/blender/src/header_script.c
@@ -265,7 +265,7 @@ void script_buttons(void)
/* STD SCRIPT BUTTONS */
xco += 2*XIC;
- xco= std_libbuttons(block, xco, 0, 0, NULL, B_SCRIPTBROWSE, (ID*)sc->script, 0, &(sc->menunr), 0, 0, 0, 0, 0);
+ xco= std_libbuttons(block, xco, 0, 0, NULL, B_SCRIPTBROWSE, ID_SCRIPT, 0, (ID*)sc->script, 0, &(sc->menunr), 0, 0, 0, 0, 0);
/* always as last */
curarea->headbutlen= xco+2*XIC;