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:
authorMatt Ebb <matt@mke3.net>2004-01-12 16:35:37 +0300
committerMatt Ebb <matt@mke3.net>2004-01-12 16:35:37 +0300
commit708494ae26813c8ff8c699c58c6224f8b5156a33 (patch)
tree11ee3b239aea4d7985d5b1ef2d967f6af2051a49 /source/blender/src/header_buttonswin.c
parent9de93ac9dca9e981fe8b777ddbdedb0bc0be0e54 (diff)
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 :)
Diffstat (limited to 'source/blender/src/header_buttonswin.c')
-rw-r--r--source/blender/src/header_buttonswin.c5
1 files 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;
}