Update of /cvsroot/win32forth/win32forth-stc/src/console
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv9018
Modified Files:
ConsoleMenu.f
Log Message:
Jos: Enabled the menu of .classes
Index: ConsoleMenu.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth-stc/src/console/ConsoleMenu.f,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ConsoleMenu.f 19 May 2007 10:14:00 -0000 1.5
--- ConsoleMenu.f 20 May 2007 15:11:37 -0000 1.6
***************
*** 304,308 ****
SUBMENU "List Functions"
! \ MENULINE "List of Classes in Win32Forth \t.CLASSES" ".CLASSES"
\ MENULINE "List of Loaded Files \t.LOADED" ".LOADED"
\ MENULINE "List of Fonts in System \t.FONTS" ".FONTS"
--- 304,308 ----
SUBMENU "List Functions"
! MENULINE "List of Classes in Win32Forth \t.CLASSES" ".CLASSES"
\ MENULINE "List of Loaded Files \t.LOADED" ".LOADED"
\ MENULINE "List of Fonts in System \t.FONTS" ".FONTS"
|