From: George H. <geo...@us...> - 2006-11-08 11:11:29
|
Update of /cvsroot/win32forth/win32forth/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv10486/win32forth/src Modified Files: CHILDWND.F CONTROL.F Window.f Log Message: gah:Corrected some spelling Index: Window.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/Window.f,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** Window.f 5 Jun 2006 07:37:15 -0000 1.16 --- Window.f 8 Nov 2006 11:11:24 -0000 1.17 *************** *** 69,73 **** \ Note: this ivar was moved here form the child-window class some \ time ago. Altough it's not realy needed in the window class I ! \ left it here in order not to brake to mutch code (Sonntag, Juni 04 2006 dbu). int hWndParent \ handle of the parent window (added Sonntag, Juni 04 2006 dbu) int mydialoglink --- 69,73 ---- \ Note: this ivar was moved here form the child-window class some \ time ago. Altough it's not realy needed in the window class I ! \ left it here in order not to break too much code (Sonntag, Juni 04 2006 dbu). int hWndParent \ handle of the parent window (added Sonntag, Juni 04 2006 dbu) int mydialoglink Index: CHILDWND.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/CHILDWND.F,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** CHILDWND.F 11 Jun 2006 07:37:26 -0000 1.8 --- CHILDWND.F 8 Nov 2006 11:11:24 -0000 1.9 *************** *** 21,25 **** \ Note: this ivar was moved into the window class some time ago. \ Altough it's not realy needed in the window class I (dbu) left ! \ it there in oder not to brake to mutch code (Sonntag, Juni 04 2006 dbu). :M ClassInit: ( -- ) --- 21,25 ---- \ Note: this ivar was moved into the window class some time ago. \ Altough it's not realy needed in the window class I (dbu) left ! \ it there in order not to break too much code (Sonntag, Juni 04 2006 dbu). :M ClassInit: ( -- ) Index: CONTROL.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/CONTROL.F,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** CONTROL.F 11 Jun 2006 07:37:27 -0000 1.7 --- CONTROL.F 8 Nov 2006 11:11:24 -0000 1.8 *************** *** 47,51 **** \ Support for displaying tool tips; used by the oldstyle buttonbars (e.g. in WinEd). ! \ Since we have a mutch better toolbar class in Win32Forth for some time now, I \ (dbu) didn't spend the time to see how this works. And so I didn't document it. --- 47,51 ---- \ Support for displaying tool tips; used by the oldstyle buttonbars (e.g. in WinEd). ! \ Since we have a much better toolbar class in Win32Forth for some time now, I \ (dbu) didn't spend the time to see how this works. And so I didn't document it. *************** *** 222,226 **** \ Support for displaying tool tips; used by the oldstyle buttonbars (e.g. in WinEd). ! \ Since we have a mutch better toolbar class in Win32Forth for some time now, I \ (dbu) didn't spend the time to see how this works. And so I didn't document it. --- 222,226 ---- \ Support for displaying tool tips; used by the oldstyle buttonbars (e.g. in WinEd). ! \ Since we have a much better toolbar class in Win32Forth for some time now, I \ (dbu) didn't spend the time to see how this works. And so I didn't document it. |