X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/8dd9e8899873737688aeda7aa765646e3bf129db..0c5ca1f312ed626eff000f507751f6558c8d2c26:/mac/mac_res.r diff --git a/mac/mac_res.r b/mac/mac_res.r index b18dbdea..3c1619cc 100644 --- a/mac/mac_res.r +++ b/mac/mac_res.r @@ -1,4 +1,4 @@ -/* $Id: mac_res.r,v 1.38 2003/04/05 22:03:06 ben Exp $ */ +/* $Id$ */ /* * Copyright (c) 1999, 2002, 2003 Ben Harris * All rights reserved. @@ -895,12 +895,13 @@ resource 'MENU' (mApple, preload) { resource 'MENU' (mFile, preload) { mFile, textMenuProc, - 0b11111111111111111111111101111011, + 0b11111111111111111111111011110111, enabled, "Session", { "New", noicon, "N", nomark, plain, "Open\0xc9", noicon, "O", nomark, plain, + "Change Settings", noicon, nokey, nomark, plain, "-", noicon, nokey, nomark, plain, "Close", noicon, "W", nomark, plain, "Save", noicon, "S", nomark, plain, @@ -1024,7 +1025,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 +1093,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 " @@ -1128,6 +1129,9 @@ data 'CDEF' (CDEF_EditBox) { data 'CDEF' (CDEF_Default) { $"4EF9 00000000" }; +data 'CDEF' (CDEF_ListBox) { + $"4EF9 00000000" +}; /* List box template */ @@ -1140,4 +1144,4 @@ resource 'ldes' (ldes_Default) { 0, /* LDEF number */ noGrowSpace } -}; \ No newline at end of file +};