diff options
Diffstat (limited to 'src/nsmenu.m')
| -rw-r--r-- | src/nsmenu.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsmenu.m b/src/nsmenu.m index 6bde229ed4d..951282910ac 100644 --- a/src/nsmenu.m +++ b/src/nsmenu.m | |||
| @@ -1014,7 +1014,7 @@ update_frame_tool_bar (FRAME_PTR f) | |||
| 1014 | BOOL enabled_p = !NILP (TOOLPROP (TOOL_BAR_ITEM_ENABLED_P)); | 1014 | BOOL enabled_p = !NILP (TOOLPROP (TOOL_BAR_ITEM_ENABLED_P)); |
| 1015 | BOOL selected_p = !NILP (TOOLPROP (TOOL_BAR_ITEM_SELECTED_P)); | 1015 | BOOL selected_p = !NILP (TOOLPROP (TOOL_BAR_ITEM_SELECTED_P)); |
| 1016 | int idx; | 1016 | int idx; |
| 1017 | int img_id; | 1017 | ptrdiff_t img_id; |
| 1018 | struct image *img; | 1018 | struct image *img; |
| 1019 | Lisp_Object image; | 1019 | Lisp_Object image; |
| 1020 | Lisp_Object helpObj; | 1020 | Lisp_Object helpObj; |