From: Ezra B. <ezr...@us...> - 2006-07-04 03:59:01
|
Update of /cvsroot/win32forth/win32forth/apps/Win32ForthIDE In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv19719 Modified Files: EdTabControl.f Log Message: Undo. Index: EdTabControl.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/Win32ForthIDE/EdTabControl.f,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** EdTabControl.f 30 Jun 2006 04:17:13 -0000 1.13 --- EdTabControl.f 4 Jul 2006 03:58:57 -0000 1.14 *************** *** 174,178 **** :M Start: ( Parent -- ) ! TCS_BUTTONS AddStyle: self Start: super DEFAULT_GUI_FONT call GetStockObject SetFont: self --- 174,178 ---- :M Start: ( Parent -- ) ! \ TCS_BUTTONS TCS_MULTILINE or AddStyle: self Start: super DEFAULT_GUI_FONT call GetStockObject SetFont: self |