Update of /cvsroot/win32forth/win32forth/apps/ProMgr
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv19615/win32forth/apps/ProMgr
Modified Files:
ProjectManager.f
Log Message:
gah:Minor mods and tidy up
Index: ProjectManager.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/apps/ProMgr/ProjectManager.f,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** ProjectManager.f 23 Jul 2006 10:12:56 -0000 1.16
--- ProjectManager.f 4 Aug 2006 09:43:27 -0000 1.17
***************
*** 1941,1944 ****
--- 1941,1949 ----
[defined] sysgen [IF]
+ : InitDir ( -- )
+ current-dir$ count SetDir: OpenProjectDialog ;
+
+ Initialization-chain Chain-add InitDir
+
:noname ( -- )
init-console
|