From: George H. <geo...@us...> - 2008-06-28 20:35:11
|
Update of /cvsroot/win32forth/win32forth/src/tools In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv10958 Modified Files: dfc.F Log Message: Added IDE backups to old file. Added extra forth extensions. Index: dfc.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/tools/dfc.F,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** dfc.F 28 Jun 2008 14:05:24 -0000 1.4 --- dfc.F 28 Jun 2008 20:35:07 -0000 1.5 *************** *** 875,880 **** \ Extended with dialogs for Win32Forth ! FileOpenDialog OldFileName "Old or orginal file" "Forth Files (*.f)|*.f|All Files (*.*)|*.*|" ! FileOpenDialog NewFileName "The new file" "Forth Files (*.f)|*.f|All Files (*.*)|*.*|" external --- 875,880 ---- \ Extended with dialogs for Win32Forth ! FileOpenDialog OldFileName "Old or orginal file" "Forth Files (*.f,*.fs,*.4th,*.fth,*.seq)|*.f;*.fs;*.4th;*.fth;*.seq|IDE Backup Files (*.bak)|*.bak|All Files (*.*)|*.*" ! FileOpenDialog NewFileName "The new file" "Forth Files (*.f,*.fs,*.4th,*.fth,*.seq)|*.f;*.fs;*.4th;*.fth;*.seq|All Files (*.*)|*.*" external |