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