From: Jos v.d.V. <jo...@us...> - 2006-07-15 16:07:40
|
Update of /cvsroot/win32forth/win32forth/apps/Win32ForthIDE In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv26414/apps/Win32ForthIDE Modified Files: ScintillaMDI.f Log Message: Jos: The stack was not right when a non existing file was opened using ctrl-shift-o Index: ScintillaMDI.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/Win32ForthIDE/ScintillaMDI.f,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ScintillaMDI.f 12 Jul 2006 08:43:19 -0000 1.2 --- ScintillaMDI.f 15 Jul 2006 16:07:35 -0000 1.3 *************** *** 573,577 **** then then ! else drop beep then ;M --- 573,577 ---- then then ! else 2drop beep then ;M |