From: Dirk B. <db...@us...> - 2008-12-19 13:36:35
|
Update of /cvsroot/win32forth/win32forth/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv23842 Modified Files: GENERIC.F Log Message: Fixed some broken links within the HTML-Docs. Index: GENERIC.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/GENERIC.F,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** GENERIC.F 27 Nov 2008 17:41:37 -0000 1.23 --- GENERIC.F 19 Dec 2008 13:36:23 -0000 1.24 *************** *** 11,17 **** \ *W <ul> ! \ *W <li><a href="Window.htm">Window</a> Adds a device context and the ablility to display text and graphics output.</li> ! \ *W <li><a href="Dialog.htm">Dialog</a> Support for dialog boxes</li> ! \ *W <li><a href="Control.htm">Control</a> Adds support for the standard Win32 controls with subclassing.</li> \ *W </ul> --- 11,17 ---- \ *W <ul> ! \ *W <li><a href="clas-Window.htm">Window</a> Adds a device context and the ablility to display text and graphics output.</li> ! \ *W <li><a href="clas-Dialog.htm">Dialog</a> Support for dialog boxes</li> ! \ *W <li><a href="clas-Control.htm">Control</a> Adds support for the standard Win32 controls with subclassing.</li> \ *W </ul> |