From: Rod O. <rod...@us...> - 2005-07-10 19:52:12
|
Update of /cvsroot/win32forth/win32forth/apps/ProMgr In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17828/apps/ProMgr Modified Files: AboutForm.f Log Message: Rod: simpler ProjectVersion string for ProjectManager version 2 Index: AboutForm.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/ProMgr/AboutForm.f,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AboutForm.f 21 Dec 2004 00:18:46 -0000 1.1 --- AboutForm.f 10 Jul 2005 19:52:02 -0000 1.2 *************** *** 3,8 **** create about-ProjectManager-message z," Project Manager Version " ! (.proj_version) +z", +z," \n\n" ! +z," Developed by Ezra Boyce, Dirk Busch\n\n" +z," Email: win...@ya...\n\n" +z," This program uses Zip32.dll, the free zip utility from\n" --- 3,8 ---- create about-ProjectManager-message z," Project Manager Version " ! ProjectVersion count +z", +z," \n\n" ! +z," Developed by Ezra Boyce, Dirk Busch and Rod Oakford\n\n" +z," Email: win...@ya...\n\n" +z," This program uses Zip32.dll, the free zip utility from\n" *************** *** 56,60 **** self Start: btnOk 118 177 113 30 Move: btnOk ! s" &Ok" SetText: btnOk 0 ParentWindow: self call EnableWindow drop \ disable parent --- 56,60 ---- self Start: btnOk 118 177 113 30 Move: btnOk ! s" OK" SetText: btnOk 0 ParentWindow: self call EnableWindow drop \ disable parent |