From e1d6c8985124b5fb209003b3b0552a29566a3916 Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 21 May 1996 07:16:05 +0000 Subject: [PATCH] Corretto errore i sintassi nei TPushbutton_control git-svn-id: svn://10.65.10.50/trunk@2878 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/controls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/controls.cpp b/include/controls.cpp index db9982d82..54dd18a44 100755 --- a/include/controls.cpp +++ b/include/controls.cpp @@ -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); }