From: Jos v.d.V. <jo...@us...> - 2007-02-25 13:58:15
|
Update of /cvsroot/win32forth/win32forth/apps/Win32ForthIDE In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv22163/Win32ForthIDE Modified Files: Main.f Log Message: Jos: Removed init-msg-buffer since it is now in the initialization-chain Index: Main.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/Win32ForthIDE/Main.f,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** Main.f 13 Jan 2007 02:20:10 -0000 1.35 --- Main.f 25 Feb 2007 13:58:12 -0000 1.36 *************** *** 1021,1025 **** GetHandle: frame hwndOwner ! DefaultPrinter \ initialise PSD and PD init-shared-type - init-msg-buffer ['] sciedit_win32forth-message is win32forth-message InitClassBrowsers --- 1021,1024 ---- |