From: Ezra B. <ezr...@us...> - 2010-12-02 05:24:54
|
Update of /cvsroot/win32forth/win32forth/apps/Win32ForthIDE In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv11238 Modified Files: FORMOBJECT.F Log Message: Minor mods. EAB Index: FORMOBJECT.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/Win32ForthIDE/FORMOBJECT.F,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** FORMOBJECT.F 11 Jul 2010 02:48:11 -0000 1.8 --- FORMOBJECT.F 2 Dec 2010 05:24:47 -0000 1.9 *************** *** 836,840 **** hwnd call SetCapture drop SingleControl? ! if ButtonID IDM_FORM_BITMAP IDM_FORM_Generic between if false ButtonID CheckButton: FormBar \ uncheck it true IDM_FORM_SELECT CheckButton: FormBar \ set default --- 836,840 ---- hwnd call SetCapture drop SingleControl? ! if ButtonID IDM_FORM_BITMAP IDM_FORM_TABCONTROL between if false ButtonID CheckButton: FormBar \ uncheck it true IDM_FORM_SELECT CheckButton: FormBar \ set default |