|
From: creedon <icr...@us...> - 2005-01-12 22:18:38
|
Update of /cvsroot/frontierkernel/Frontier/Common/resources/Mac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15588 Modified Files: osacomponent.r Log Message: removed UserLand and (tm) Index: osacomponent.r =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Mac/osacomponent.r,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** osacomponent.r 11 Jan 2005 22:48:04 -0000 1.5 --- osacomponent.r 12 Jan 2005 22:18:27 -0000 1.6 *************** *** 45,50 **** { ! "Through", 'thgh', ! "Between", 'btwn', "Against", 'agst', "OutOf", 'outo', --- 45,50 ---- { ! "Through", 'thgh', ! "Between", 'btwn', "Against", 'agst', "OutOf", 'outo', *************** *** 53,57 **** "Around", 'arnd', "Beside", 'bsid', ! "Beneath", 'bnth', "Under", 'undr', "Above", 'abve', --- 53,57 ---- "Around", 'arnd', "Beside", 'bsid', ! "Beneath", 'bnth', "Under", 'undr', "Above", 'abve', *************** *** 65,74 **** resource 'thng' (128, sysHeap) { ! 'osa ', 'LAND', 'LAND', /* ComponentDescription */ kOSASupportsCompiling + kOSASupportsConvenience + kOSASupportsEventHandling, 0x00, /*flags & mask*/ ! 'STUB', 128, /* resource where Component code is found */ ! 'STR ', 128, /* name string resource */ ! 'STR ', 129, /* info string resource */ ! 'ICON', 129 /* icon resource */ }; --- 65,74 ---- resource 'thng' (128, sysHeap) { ! 'osa ', 'LAND', 'LAND', /* ComponentDescription */ kOSASupportsCompiling + kOSASupportsConvenience + kOSASupportsEventHandling, 0x00, /*flags & mask*/ ! 'STUB', 128, /* resource where Component code is found */ ! 'STR ', 128, /* name string resource */ ! 'STR ', 129, /* info string resource */ ! 'ICON', 129 /* icon resource */ }; *************** *** 95,107 **** { /* array StringArray: 5 elements */ /* [1] */ ! "UserLand Frontierª", /* [2] */ "UserTalk", /* [2] */ ! "UserLand Frontierª UserTalk scripting component", /* [4] */ ! "UserLand Frontierª Menu Sharing component", /* [5] */ ! "UserLand Frontierª Window Sharing component" } }; --- 95,107 ---- { /* array StringArray: 5 elements */ /* [1] */ ! "Frontier", /* 2005-01-04 creedon - removed UserLand and (tm) for open source release */ /* [2] */ "UserTalk", /* [2] */ ! "Frontier UserTalk scripting component", /* 2005-01-04 creedon - removed UserLand and (tm) for open source release */ /* [4] */ ! "Frontier Menu Sharing component", /* 2005-01-04 creedon - removed UserLand and (tm) for open source release */ /* [5] */ ! "Frontier Window Sharing component" /* 2005-01-04 creedon - removed UserLand and (tm) for open source release */ } }; |