From d59224377c15d671e5030b5de2690fc68b9c5d6d Mon Sep 17 00:00:00 2001 From: Peter Schlaile Date: Thu, 16 Nov 2006 21:40:30 +0000 Subject: [PATCH] == Sequencer == Fix for the fix. Added "Transform" twice. Ouchie! --- source/blender/src/header_seq.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/blender/src/header_seq.c b/source/blender/src/header_seq.c index 0b6cdb4f14f..6af13b08034 100644 --- a/source/blender/src/header_seq.c +++ b/source/blender/src/header_seq.c @@ -263,7 +263,6 @@ static uiBlock *seq_addmenu_effectmenu(void *arg_unused) uiDefIconTextBut(block, BUTM, 1, ICON_BLANK1, "Wipe", 0, yco-=20, menuwidth, 19, NULL, 0.0, 0.0, 0, 9, ""); uiDefIconTextBut(block, BUTM, 1, ICON_BLANK1, "Glow", 0, yco-=20, menuwidth, 19, NULL, 0.0, 0.0, 0, 10, ""); uiDefIconTextBut(block, BUTM, 1, ICON_BLANK1, "Transform", 0, yco-=20, menuwidth, 19, NULL, 0.0, 0.0, 0, 11, ""); - uiDefIconTextBut(block, BUTM, 1, ICON_BLANK1, "Transform", 0, yco-=20, menuwidth, 19, NULL, 0.0, 0.0, 0, 11, ""); uiDefIconTextBut(block, BUTM, 1, ICON_BLANK1, "Color Generator", 0, yco-=20, menuwidth, 19, NULL, 0.0, 0.0, 0, 12, ""); uiDefIconTextBut(block, BUTM, 1, ICON_BLANK1, "Speed Control", 0, yco-=20, menuwidth, 19, NULL, 0.0, 0.0, 0, 13, ""); uiDefBut(block, SEPR, 0, "", 0, yco-=6, menuwidth, 6, NULL, 0.0, 0.0, 0, 0, "");