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 01d400bcbbf..345636fe2ce 100644
--- a/source/blender/src/header_script.c
+++ b/source/blender/src/header_script.c
@@ -255,7 +255,7 @@ void script_buttons(void)
uiBlockSetEmboss(block, UI_EMBOSSP);
xmax= GetButStringLength("Scripts");
- uiDefBlockBut(block,script_scriptsmenu, NULL, "Scripts", xco, 0, xmax, 20, "");
+ uiDefPulldownBut(block,script_scriptsmenu, NULL, "Scripts", xco, 0, xmax, 20, "");
xco+=xmax;
}