From: Jos v.d.V. <jo...@us...> - 2008-06-28 13:02:26
|
Update of /cvsroot/win32forth/win32forth/src/console In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv29316 Modified Files: ConsoleMenu.f Log Message: Jos: Added the File comparison utility to the menu. Index: ConsoleMenu.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/console/ConsoleMenu.f,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** ConsoleMenu.f 16 Jun 2008 03:35:17 -0000 1.12 --- ConsoleMenu.f 28 Jun 2008 13:02:22 -0000 1.13 *************** *** 258,261 **** --- 258,262 ---- MENULINE "Cross &reference lister" "xref" MENULINE "&Dex - Document Extractor" "dexh" + MENULINE "D&fc - File comparison utility" ".Dfc" MENULINE "Dump Top-Level-&Windows" ".Windows" |