From: Jos v.d.V. <jo...@us...> - 2007-03-03 15:31:37
|
Update of /cvsroot/win32forth/win32forth/apps/ForthForm In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv18947 Modified Files: FORMOBJECT.F Log Message: Jos: Enabled F9 again. Index: FORMOBJECT.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/ForthForm/FORMOBJECT.F,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** FORMOBJECT.F 13 Jan 2007 02:14:08 -0000 1.17 --- FORMOBJECT.F 3 Mar 2007 15:31:30 -0000 1.18 *************** *** 1331,1334 **** --- 1331,1335 ---- K_DOWN of adjust-down endof K_F12 of K_F12 PushKey: TheMainWindow endof + K_F9 of K_F9 PushKey: TheMainWindow endof K_F1 of K_F1 PushKey: TheMainWindow endof endcase ;M |