From: Jos v.d.V. <jo...@us...> - 2007-02-24 16:49:47
|
Update of /cvsroot/win32forth/win32forth/src/console In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv5087 Modified Files: ConsoleMenu.f Log Message: Jos: Extended the menu tools with IDE and ForthForm Index: ConsoleMenu.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/console/ConsoleMenu.f,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ConsoleMenu.f 22 Jul 2006 08:32:12 -0000 1.7 --- ConsoleMenu.f 24 Feb 2007 16:49:44 -0000 1.8 *************** *** 239,242 **** --- 239,245 ---- POPUP "&Tools" + MENULINE "Win32Forth IDE" ".IDE" + MENULINE "ForthForm" ".ForthForm" + MENUSEPARATOR MENULINE "&Class and Vocabulary browser..." "class-browser" MENULINE "&Help System" "help-system" |