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>2004-10-29 02:06:42 +0400
committerTon Roosendaal <ton@blender.org>2004-10-29 02:06:42 +0400
commit0439f2ce89f8f910885deb2c8ac0e476a52cf6b8 (patch)
tree2b223e768f537f61d7d525fa4071553df95a5ca1 /source/blender/src/header_action.c
parentca2b8f00eb7f7e58a246f307fc75b353de9002a9 (diff)
Bug fix #1606
Pulldown menu in action window "View All" didnt work
Diffstat (limited to 'source/blender/src/header_action.c')
-rw-r--r--source/blender/src/header_action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/header_action.c b/source/blender/src/header_action.c
index 358b346304f..f025c698f98 100644
--- a/source/blender/src/header_action.c
+++ b/source/blender/src/header_action.c
@@ -212,7 +212,7 @@ static void do_action_viewmenu(void *arg, int event)
play_anim(1);
break;
case ACTMENU_VIEW_ALL: /* View All */
- do_action_buttons(B_SIMAGEHOME);
+ do_action_buttons(B_ACTHOME);
break;
case ACTMENU_VIEW_MAXIMIZE: /* Maximize Window */
/* using event B_FULL */