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
This commit is contained in:
2005-09-18 11:20:05 +00:00
parent 4803b14675
commit 7c8e636979
5 changed files with 5 additions and 2 deletions

View File

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