From: Dirk B. <db...@us...> - 2006-01-05 16:30:19
|
Update of /cvsroot/win32forth/win32forth/src/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25703/src/tools Modified Files: HelpSystem.f Log Message: New Warning -4105 added to the help system. Index: HelpSystem.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/tools/HelpSystem.f,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** HelpSystem.f 15 Sep 2005 16:36:10 -0000 1.6 --- HelpSystem.f 5 Jan 2006 16:30:05 -0000 1.7 *************** *** 77,85 **** \ Warning Messages ! ERROR-TABLE-ENTRY -4100 p-gethelp.htm Error(-4100) ! ERROR-TABLE-ENTRY -4101 p-gethelp.htm Error(-4101) ! ERROR-TABLE-ENTRY -4102 p-gethelp.htm Error(-4102) ! ERROR-TABLE-ENTRY -4103 p-gethelp.htm Error(-4103) ! ERROR-TABLE-ENTRY -4104 p-gethelp.htm Error(-4104) \ Application and Runtime Error Messages --- 77,86 ---- \ Warning Messages ! ERROR-TABLE-ENTRY -4100 p-gethelp.htm Warning(-4100) ! ERROR-TABLE-ENTRY -4101 p-gethelp.htm Warning(-4101) ! ERROR-TABLE-ENTRY -4102 p-gethelp.htm Warning(-4102) ! ERROR-TABLE-ENTRY -4103 p-gethelp.htm Warning(-4103) ! ERROR-TABLE-ENTRY -4104 p-gethelp.htm Warning(-4104) ! ERROR-TABLE-ENTRY -4105 p-gethelp.htm Warning(-4105) \ Application and Runtime Error Messages |