From: Jos v.d.V. <jo...@us...> - 2015-12-30 11:37:42
|
Update of /cvsroot/win32forth/win32forth/src/lib In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30656 Modified Files: StatusBar.f Log Message: Jos: Avoiding duplicate loading Index: StatusBar.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/StatusBar.f,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** StatusBar.f 15 Mar 2013 00:23:07 -0000 1.6 --- StatusBar.f 30 Dec 2015 11:37:40 -0000 1.7 *************** *** 8,11 **** --- 8,13 ---- \ *T ExControls -- More (enhanced) classes for standard windows controls. + defined -statusbar.f nip [if] \s [then] anew -StatusBar.f + cr .( Loading StatusBar Class...) |