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 :)
This commit is contained in:
2004-01-12 13:35:37 +00:00
parent 9de93ac9dc
commit 708494ae26

View File

@@ -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;
}