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:
authorCampbell Barton <ideasman42@gmail.com>2007-03-13 14:54:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-03-13 14:54:53 +0300
commitdf1df624ac1718d0dca0c12d11a3584bb67fee14 (patch)
treee4f012ea4326d81c01d99a80cf70faf2325c21c4 /source/blender/src/header_info.c
parent07451335280d2b647e97206666c698b3de663f18 (diff)
added back videoscape for python
Diffstat (limited to 'source/blender/src/header_info.c')
-rw-r--r--source/blender/src/header_info.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/src/header_info.c b/source/blender/src/header_info.c
index e6a7b3ad683..d4e1d68ba8a 100644
--- a/source/blender/src/header_info.c
+++ b/source/blender/src/header_info.c
@@ -4,7 +4,6 @@
* Functions to draw the "User Preferences" window header
* and handle user events sent to it.
*
- * $Id$
*
* ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
*
@@ -640,7 +639,7 @@ static uiBlock *info_file_importmenu(void *arg_unused)
uiDefBut(block, SEPR, 0, "", 0, yco-=6, menuwidth, 6, NULL, 0.0, 0.0, 0, 0, "");
for (pym = BPyMenuTable[PYMENU_IMPORT]; pym; pym = pym->next, i++) {
- uiDefIconTextBut(block, BUTM, 1, ICON_PYTHON, pym->name, 0, yco-=20, menuwidth, 19, NULL, 0.0, 0.0, 1, i+4, pym->tooltip?pym->tooltip:pym->filename);
+ uiDefIconTextBut(block, BUTM, 1, ICON_PYTHON, pym->name, 0, yco-=20, menuwidth, 19, NULL, 0.0, 0.0, 1, i+3, pym->tooltip?pym->tooltip:pym->filename);
}
uiBlockSetDirection(block, UI_RIGHT);