From: Dirk B. <db...@us...> - 2005-01-08 13:51:55
|
Update of /cvsroot/win32forth/win32forth/apps/ForthForm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14455/apps/ForthForm Modified Files: FORTHFORM.F Log Message: dbu: changed the path to the icon files's to match the new folder structure Index: FORTHFORM.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/ForthForm/FORTHFORM.F,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FORTHFORM.F 21 Dec 2004 00:18:45 -0000 1.1 --- FORTHFORM.F 8 Jan 2005 13:51:45 -0000 1.2 *************** *** 809,813 **** :M DefaultIcon: ( -- hIcon ) \ return the default icon handle for window \ 101 appInst Call LoadIcon ! s" res\ForthForm.ico" Prepend<home>\ LoadIconFile ;M --- 809,813 ---- :M DefaultIcon: ( -- hIcon ) \ return the default icon handle for window \ 101 appInst Call LoadIcon ! s" src\res\ForthForm.ico" Prepend<home>\ LoadIconFile ;M |