From: George H. <geo...@us...> - 2008-02-26 23:02:35
|
Update of /cvsroot/win32forth/win32forth/apps/Win32ForthIDE In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25588/win32forth/apps/Win32ForthIDE Modified Files: Main.f Log Message: gah: Corrections to paths (I accidentally posted a test version of the file). Index: Main.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/Win32ForthIDE/Main.f,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** Main.f 26 Feb 2008 22:34:54 -0000 1.43 --- Main.f 26 Feb 2008 23:02:30 -0000 1.44 *************** *** 20,27 **** true value sysgen ! s" apps\win32forth" "fpath+ s" apps\wined\res" "fpath+ s" apps\ProMgr\res" "fpath+ ! s" apps\win32forth\res" "fpath+ load-dialog WINEDIT \ load the dialogs for WinEd (some of them are recycled here) --- 20,27 ---- true value sysgen ! s" apps\win32forthIDE" "fpath+ s" apps\wined\res" "fpath+ s" apps\ProMgr\res" "fpath+ ! s" apps\win32forthIDE\res" "fpath+ load-dialog WINEDIT \ load the dialogs for WinEd (some of them are recycled here) *************** *** 256,260 **** :Object Frame <Super MDIFrameWindow ! create RegPath$ ," win32forth\" \ -------------------------------------------------------------------------- --- 256,260 ---- :Object Frame <Super MDIFrameWindow ! create RegPath$ ," win32forthIDE\" \ -------------------------------------------------------------------------- *************** *** 1168,1182 **** ' my-hello is default-hello ! \ create win32forth.exe in the Win32Forth folder &forthdir count &appdir place ! 0 0 ' Main ' Application catch win32forth.exe checkstack &appdir off throw ! s" src\res\SciEditMDI.ico" s" win32forth.exe" Prepend<home>\ AddAppIcon 1 pause-seconds bye [else] ! s" src\res\SciEditMDI.ico" s" win32forth.exe" Prepend<home>\ AddAppIcon Main [then] --- 1168,1182 ---- ' my-hello is default-hello ! \ create win32forthIDE.exe in the Win32Forth folder &forthdir count &appdir place ! 0 0 ' Main ' Application catch win32forthIDE.exe checkstack &appdir off throw ! s" src\res\SciEditMDI.ico" s" win32forthIDE.exe" Prepend<home>\ AddAppIcon 1 pause-seconds bye [else] ! s" src\res\SciEditMDI.ico" s" win32forthIDE.exe" Prepend<home>\ AddAppIcon Main [then] |