Simon Clitherow
a79780b1a4
fixed a *really* minor bug where tooltips were not resetting if next
call to add_numbut() asks for a NULL tooltip. --aphex
============================================================
RCS file: /cvs01/blender/source/blender/src/toolbox.c,v
retrieving revision 1.4
diff -r1.4 toolbox.c
1356c1356,1360
< if(tip) strcpy(numbuts[nr].tip, tip);
---
> if(tip)
> strcpy(numbuts[nr].tip, tip);
> else
> strcpy(numbuts[nr].tip, "");
>
2002-12-22 13:43:21 +00:00
..
2002-11-25 12:02:15 +00:00
2002-12-20 02:08:46 +00:00
2002-12-07 20:57:50 +00:00
2002-12-20 02:08:46 +00:00
2002-11-25 12:02:15 +00:00
2002-12-20 02:08:46 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-12-21 09:52:03 +00:00
2002-11-25 15:29:57 +00:00
2002-12-20 09:41:25 +00:00
2002-11-25 12:02:15 +00:00
2002-12-10 23:55:59 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 15:29:57 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-12-22 13:43:21 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-10-12 11:37:38 +00:00