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:
authorWillian Padovani Germano <wpgermano@gmail.com>2004-01-15 06:46:47 +0300
committerWillian Padovani Germano <wpgermano@gmail.com>2004-01-15 06:46:47 +0300
commit39714fe42c195c45d8dbeb424edc4f7c8bc46fb4 (patch)
tree0318aefebbb737632748e7dd3a19b2a43a0e0505 /source/blender/src/header_info.c
parentf9ed7f0f889880c56b2bdfacc598ad42d0d4dc3e (diff)
BPython:
- some fixes for menu and error reporting code.
Diffstat (limited to 'source/blender/src/header_info.c')
-rw-r--r--source/blender/src/header_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/header_info.c b/source/blender/src/header_info.c
index 08b0a934f59..1bb54d696fa 100644
--- a/source/blender/src/header_info.c
+++ b/source/blender/src/header_info.c
@@ -687,7 +687,7 @@ static uiBlock *info_file_importmenu(void *arg_unused)
uiDefBut(block, BUTM, 1, pym->name, 0, yco-=20, menuwidth, 19, NULL, 0.0, 0.0, 1, i, pym->tooltip?pym->tooltip:pym->filename);
}
- //uiDefBut(block, SEPR, 0, "", 0, yco-=6, menuwidth, 6, NULL, 0.0, 0.0, 0, 0, "");
+ uiDefBut(block, SEPR, 0, "", 0, yco-=6, menuwidth, 6, NULL, 0.0, 0.0, 0, 0, "");
uiBlockSetDirection(block, UI_RIGHT);
uiTextBoundsBlock(block, 60);