]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - mac/mac_res.r
Can't use `d' for an accelerator in the Kex panel, since it clashes
[PuTTY.git] / mac / mac_res.r
index e9cb121f95dd01bb45d6d706e5f9012e08c6edf0..cdd3ca7f9bef16caf3bde17ddbc5d4d8c6d89f28 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: mac_res.r,v 1.33 2003/03/18 00:35:40 ben Exp $ */
+/* $Id: mac_res.r,v 1.41 2004/08/30 13:23:23 simon Exp $ */
 /*
  * Copyright (c) 1999, 2002, 2003 Ben Harris
  * All rights reserved.
 /*
  * Copyright (c) 1999, 2002, 2003 Ben Harris
  * All rights reserved.
@@ -72,8 +72,8 @@ resource 'SIZE' (-1) {
     reserved,
     reserved,
     reserved,
     reserved,
     reserved,
     reserved,
-    1024 * 1024,       /* Minimum size */
     2048 * 1024,       /* Preferred size */
     2048 * 1024,       /* Preferred size */
+    1024 * 1024,       /* Minimum size */
 };
 
 #define FREF_APPL 128
 };
 
 #define FREF_APPL 128
@@ -1024,7 +1024,7 @@ resource 'CNTL' (cVScroll, "vscroll", purgeable) {
 /* Settings dialogue */
 
 resource 'WIND' (wSettings, "settings", purgeable) {
 /* Settings dialogue */
 
 resource 'WIND' (wSettings, "settings", purgeable) {
-    { 0, 0, 350, 500 },
+    { 0, 0, 432, 626 },
     noGrowDocProc,
     invisible,
     goAway,
     noGrowDocProc,
     invisible,
     goAway,
@@ -1092,11 +1092,11 @@ type 'TEXT' {
 };
 
 resource 'TEXT' (wLicence, "licence", purgeable) {
 };
 
 resource 'TEXT' (wLicence, "licence", purgeable) {
-    "PuTTY is copyright 1997-2003 Simon Tatham.\n"
+    "PuTTY is copyright 1997-2004 Simon Tatham.\n"
     "\n"
     "Portions copyright Robert de Bath, Joris van Rantwijk, Delian"
     "Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry,"
     "\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 "
     "\n"    
     "Permission is hereby granted, free of charge, to any person "
     "obtaining a copy of this software and associated documentation "
@@ -1122,6 +1122,25 @@ resource 'TEXT' (wLicence, "licence", purgeable) {
 
 /* Custom xDEFs */
 
 
 /* Custom xDEFs */
 
-data 'CDEF' (CDEF_Text) {
+data 'CDEF' (CDEF_EditBox) {
+    $"4EF9 00000000"
+};
+data 'CDEF' (CDEF_Default) {
+    $"4EF9 00000000"
+};
+data 'CDEF' (CDEF_ListBox) {
     $"4EF9 00000000"
 };
     $"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
+    }
+};
\ No newline at end of file