From: Dirk B. <db...@us...> - 2005-06-10 16:44:35
|
Update of /cvsroot/win32forth/win32forth/apps/SciEdit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21425/apps/SciEdit Modified Files: EdToolbar.f Main.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: Main.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/SciEdit/Main.f,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Main.f 4 Jun 2005 08:51:18 -0000 1.4 --- Main.f 10 Jun 2005 16:44:22 -0000 1.5 *************** *** 699,705 **** [else] ! s" src\res\SciEditMDI.ico" s" SciEditMdi.exe" AddAppIcon Main [then] ! \ No newline at end of file --- 699,705 ---- [else] ! \ s" src\res\SciEditMDI.ico" s" SciEditMdi.exe" AddAppIcon Main [then] ! |