|
From: creedon <icr...@us...> - 2005-10-02 22:30:46
|
Update of /cvsroot/frontierkernel/Frontier/Common/resources/Mac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14003 Modified Files: lang.r Log Message: added support for open recent menu Index: lang.r =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Mac/lang.r,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** lang.r 29 Jan 2005 17:50:33 -0000 1.7 --- lang.r 1 Oct 2005 17:36:40 -0000 1.8 *************** *** 134,138 **** resource 'STR#' (139, "System Scripts", locked, preload) { ! { /* array StringArray: 22 elements */ /* [1] */ "edit (@system.misc.menubar)", --- 134,138 ---- resource 'STR#' (139, "System Scripts", locked, preload) { ! { /* array StringArray: 44 elements */ /* [1] */ "edit (@system.misc.menubar)", *************** *** 220,225 **** "if defined(system.callbacks.opInsert){return(system.callbacks.opInsert())}else{return(false)}", /* [43] */ ! "if defined(system.callbacks.systemTrayIconRightClick){return(system.callbacks.systemTrayIconRightClick())}else{return(false)}" ! } }; --- 220,232 ---- "if defined(system.callbacks.opInsert){return(system.callbacks.opInsert())}else{return(false)}", /* [43] */ ! "if defined(system.callbacks.systemTrayIconRightClick){return(system.callbacks.systemTrayIconRightClick())}else{return(false)}", ! /* [44] */ ! "user.prefs.openRecentMenu.items.xxx", ! /* [45] */ ! "user.prefs.flReplaceDialogExpertMode", ! /* [46] */ ! "Frontier.tools.windowTypes.runOpenRecentMenuScript (\"^0\")" ! ! } }; *************** *** 707,711 **** "Can't execute command because the replacement string contains a non-existant group number at character #^0.", /* [160] */ ! "Can't execute command because the replacement string contains a non-existant group name at character #^0." } }; --- 714,720 ---- "Can't execute command because the replacement string contains a non-existant group number at character #^0.", /* [160] */ ! "Can't execute command because the replacement string contains a non-existant group name at character #^0.", ! /* [161] */ ! "An item named Ò^0Ó already exists." // Replace it or create a duplicate?" /* 2005-09-26 creedon */ } }; |