|
From: creedon <icr...@us...> - 2006-01-29 19:10:32
|
Update of /cvsroot/frontierkernel/Frontier/Common/resources/Win32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12055 Modified Files: WinLand.rc Log Message: ifdef macversion'ed open recent menu feature, it works on Mac OS X, and i need a Windows programmer with a few minutes to make it work on Windows Index: WinLand.rc =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Win32/WinLand.rc,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** WinLand.rc 31 Dec 2005 20:23:07 -0000 1.11 --- WinLand.rc 29 Jan 2006 19:10:24 -0000 1.12 *************** *** 238,242 **** --- 238,244 ---- MENUITEM "&New", newobjectmenu MENUITEM "&Open... \tCtrl+O", filemenu+openitem + #ifdef MACVERSION MENUITEM "Open Recent", filemenu+openrecentitem /* 2005-09-25 creedon */ + #endif MENUITEM SEPARATOR MENUITEM "&Close\tCtrl+W", filemenu+closeitem *************** *** 446,450 **** END ! openrecentmenu MENU DISCARDABLE BEGIN POPUP "Open Recent" --- 448,453 ---- END ! #ifdef MACVERSION ! openrecentmenu MENU DISCARDABLE /* 2005-09-25 creedon */ BEGIN POPUP "Open Recent" *************** *** 454,457 **** --- 457,461 ---- END END + #endif ///////////////////////////////////////////////////////////////////////////// |