|
From: Terry T. <ter...@us...> - 2004-11-27 08:35:45
|
Update of /cvsroot/frontierkernel/Frontier/Common/resources/Mac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9896/Frontier/Common/resources/Mac Modified Files: SHELL.R Log Message: [ 1073173 ] window.dbstats doesn't work on OS X. Index: SHELL.R =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Mac/SHELL.R,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** SHELL.R 26 Oct 2004 10:14:27 -0000 1.4 --- SHELL.R 27 Nov 2004 08:33:07 -0000 1.5 *************** *** 2086,2090 **** --- 2086,2094 ---- 'BigD', 'STAT', + #if TARGET_API_MAC_CARBON + 133, /* normal window */ + #else 128, + #endif {100, 25, 175, 200}, 2, |