From: Rod O. <rod...@us...> - 2008-07-18 19:40:07
|
Update of /cvsroot/win32forth/win32forth/apps/PictureViewer In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv24709 Modified Files: PVStatusBar.f Log Message: Rod: Minor change to work with the New Console Index: PVStatusBar.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/PictureViewer/PVStatusBar.f,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PVStatusBar.f 24 Jul 2006 21:22:37 -0000 1.1 --- PVStatusBar.f 18 Jul 2008 19:39:59 -0000 1.2 *************** *** 5,10 **** Needs PVMenu ! s" StatusBar.f" "path-file [IF] 2drop Needs ExControls [ELSE] "Fload [THEN] ! \ Needs StatusBar cr .( Loading PVStatusBar) --- 5,9 ---- Needs PVMenu ! Needs StatusBar cr .( Loading PVStatusBar) |