X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/8a7e67ec6766225bff72cf384a82d7647fa65fa0..c13772b1ab493bfc92760c9c45c6aa5c58074ab1:/mac/mac_res.r diff --git a/mac/mac_res.r b/mac/mac_res.r index 17e1bce7..1733fe9e 100644 --- a/mac/mac_res.r +++ b/mac/mac_res.r @@ -1,4 +1,4 @@ -/* $Id: mac_res.r,v 1.32 2003/03/17 21:40:37 ben Exp $ */ +/* $Id$ */ /* * Copyright (c) 1999, 2002, 2003 Ben Harris * All rights reserved. @@ -72,8 +72,8 @@ resource 'SIZE' (-1) { reserved, reserved, reserved, - 1024 * 1024, /* Minimum size */ 2048 * 1024, /* Preferred size */ + 1024 * 1024, /* Minimum size */ }; #define FREF_APPL 128 @@ -895,13 +895,15 @@ resource 'MENU' (mApple, preload) { resource 'MENU' (mFile, preload) { mFile, textMenuProc, - 0b11111111111111111111111101111011, + 0b11111111111111111111110111101011, enabled, - "Session", + "File", { "New", noicon, "N", nomark, plain, "Open\0xc9", noicon, "O", nomark, plain, "-", noicon, nokey, nomark, plain, + "Change Settings", noicon, nokey, nomark, plain, + "-", noicon, nokey, nomark, plain, "Close", noicon, "W", nomark, plain, "Save", noicon, "S", nomark, plain, "Save As\0xc9", noicon, nokey, nomark, plain, @@ -1024,7 +1026,7 @@ resource 'CNTL' (cVScroll, "vscroll", purgeable) { /* Settings dialogue */ resource 'WIND' (wSettings, "settings", purgeable) { - { 0, 0, 350, 500 }, + { 0, 0, 432, 626 }, noGrowDocProc, invisible, goAway, @@ -1092,11 +1094,11 @@ type 'TEXT' { }; resource 'TEXT' (wLicence, "licence", purgeable) { - "PuTTY is copyright 1997-2003 Simon Tatham.\n" + "PuTTY is copyright 1997-2005 Simon Tatham.\n" "\n" "Portions copyright Robert de Bath, Joris van Rantwijk, Delian" "Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry," - "Justin Bradford, Ben Harris, and CORE SDI S.A.\n" + "Justin Bradford, Ben Harris, Malcolm Smith, and CORE SDI S.A.\n" "\n" "Permission is hereby granted, free of charge, to any person " "obtaining a copy of this software and associated documentation " @@ -1119,3 +1121,28 @@ resource 'TEXT' (wLicence, "licence", purgeable) { "CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE " "SOFTWARE." }; + +/* Custom xDEFs */ + +data 'CDEF' (CDEF_EditBox) { + $"4EF9 00000000" +}; +data 'CDEF' (CDEF_Default) { + $"4EF9 00000000" +}; +data 'CDEF' (CDEF_ListBox) { + $"4EF9 00000000" +}; + +/* List box template */ + +resource 'ldes' (ldes_Default) { + versionZero { + 0, /* rows */ + 1, /* cols */ + 0, 0, /* default cell size */ + hasVertScroll, noHorizScroll, + 0, /* LDEF number */ + noGrowSpace + } +};