From 708494ae26813c8ff8c699c58c6224f8b5156a33 Mon Sep 17 00:00:00 2001 From: Matt Ebb Date: Mon, 12 Jan 2004 13:35:37 +0000 Subject: [PATCH] Most people will have it collapsed away anyway, but... * Changed the menu name in buttons panels from 'View' to 'Panels'. Two 'View' menus stacked above each other just looked dumb :) --- source/blender/src/header_buttonswin.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/blender/src/header_buttonswin.c b/source/blender/src/header_buttonswin.c index e8c5b9e57fa..6e6bea9111a 100644 --- a/source/blender/src/header_buttonswin.c +++ b/source/blender/src/header_buttonswin.c @@ -461,7 +461,6 @@ void buts_buttons(void) curarea->butspacetype= SPACE_BUTS; - xco = 8; uiDefIconTextButC(block, ICONTEXTROW,B_NEWSPACE, ICON_VIEW3D, @@ -494,9 +493,9 @@ void buts_buttons(void) /* pull down menus */ uiBlockSetEmboss(block, UI_EMBOSSP); - xmax= GetButStringLength("View"); + xmax= GetButStringLength("Panels"); uiDefBlockBut(block, buts_viewmenu, NULL, - "View", xco, -2, xmax-3, 24, ""); + "Panels", xco, -2, xmax-3, 24, ""); xco+= xmax; }