From: Dirk B. <db...@us...> - 2005-06-10 16:44:50
|
Update of /cvsroot/win32forth/win32forth/apps/ForthForm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21425/apps/ForthForm Modified Files: FORTHFORM.F Log Message: - Fixed a bug in the Win32ToolBar class (Thank's Andrew for the bug report) - INTERNAL, EXTERNAL and MODULE added to Resources.f to avoid name conflicts Index: FORTHFORM.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/ForthForm/FORTHFORM.F,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FORTHFORM.F 4 Jun 2005 08:51:17 -0000 1.4 --- FORTHFORM.F 10 Jun 2005 16:44:10 -0000 1.5 *************** *** 35,38 **** --- 35,39 ---- needs ScintillaControl.f needs FileLister.f \ directory viewer + needs Win32Help.f needs Resources.f *************** *** 1325,1331 **** \ add the Application Icon to the resource of the exe-file if possible ! also forthform ! s" src\res\ForthForm.ico" s" ForthForm.exe" AddAppIcon ! previous \+ sysgen 1 pause-seconds bye --- 1326,1332 ---- \ add the Application Icon to the resource of the exe-file if possible ! \+ sysgen also forthform ! \+ sysgen s" src\res\ForthForm.ico" s" ForthForm.exe" AddAppIcon ! \+ sysgen previous \+ sysgen 1 pause-seconds bye |