Corretto errore i sintassi nei TPushbutton_control

git-svn-id: svn://10.65.10.50/trunk@2878 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1996-05-21 07:16:05 +00:00
parent b679c8485c
commit e1d6c89851

View File

@ -1134,7 +1134,7 @@ TPushbutton_control::TPushbutton_control(WINDOW win, short cid,
{
if (bmp_up > 0)
text = "";
create(win, cid, left, top, width, height, flags, text, WC_PUSHBUTTON, cnt);
create(win, cid, left, top, width, height, flags, text, WC_PUSHBUTTON, NULL);
set_bmp(bmp_up, bmp_dn);
}