From: Jos v.d.V. <jo...@us...> - 2006-06-13 19:20:37
|
Update of /cvsroot/win32forth/win32forth/apps/ProMgr In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv5965/apps/ProMgr Modified Files: ProjectManager.f Log Message: Jos: Restored SelectItem: to his orginal version Index: ProjectManager.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/ProMgr/ProjectManager.f,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** ProjectManager.f 11 Jun 2006 07:37:26 -0000 1.13 --- ProjectManager.f 13 Jun 2006 19:20:25 -0000 1.14 *************** *** 731,734 **** --- 731,736 ---- ;M + :M SelectItem: ( hItem -- ) TVGN_CARET TVM_SELECTITEM SendMessage:SelfDrop ;M + :M Delete: ( -- ) SelectedItem 0= if exitm then |