|
From: Andre R. <and...@us...> - 2006-02-19 17:06:43
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv669/Common/source Modified Files: shellmenu.c Log Message: Enable Open Recent menu in Frontier for Mac OS Classic. Index: shellmenu.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellmenu.c,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** shellmenu.c 15 Feb 2006 00:17:51 -0000 1.14 --- shellmenu.c 19 Feb 2006 17:06:38 -0000 1.15 *************** *** 1452,1455 **** --- 1452,1459 ---- void shellupdatemenus (void) { + /* + 2006-02-19 aradke: enable open recent menu on classic Mac OS too + */ + tymenustate newstate; *************** *** 1476,1484 **** #ifndef PIKE - # if TARGET_API_MAC_OS8 == 0 - // kw - 2006-02-15 --- due to osx specific implementation, classic isn't - // allowed to reference shellupdateopenrecentmenu() shellupdateopenrecentmenu (); /* 2006-02-11 aradke */ - # endif #endif } /*shellupdatemenus*/ --- 1480,1484 ---- |