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:
authorTon Roosendaal <ton@blender.org>2005-09-18 15:20:05 +0400
committerTon Roosendaal <ton@blender.org>2005-09-18 15:20:05 +0400
commit7c8e636979ef7727435aed00142639667f7d5c42 (patch)
tree62def01cc9e85cd65f5f0c8ac039c0e31189a402 /source/blender/src/toolbox.c
parent4803b14675b1a01a5973101d5b845393e69ccf88 (diff)
Small fixes, based on bugreports;
- Toolbox item for shaded mode had wrong hotkey - Added countall() for select menu stuff (in 3d header, groupmenu) That way the stats in infoheader are updated. - Tooltip was wrong for X-axis mirror mode Armatures
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index d64bca254a6..c696f89b683 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -1883,7 +1883,7 @@ static TBitem tb_view_dt[]= {
{ ICON_BBOX, "Bounding Box", 1, NULL},
{ ICON_WIRE, "Wireframe|Z", 2, NULL},
{ ICON_SOLID, "Solid|Z", 3, NULL},
-{ ICON_SMOOTH, "Shaded|Ctrl Z", 4, NULL},
+{ ICON_SMOOTH, "Shaded|Shift Z", 4, NULL},
{ ICON_POTATO, "Textured|Alt Z", 5, NULL},
{ -1, "", 0, tb_do_view_dt}};