Cosmetic, to fix ssh2-des-cbc-is-std
[u/mdw/putty] / mac / mac_res.r
index 1ced9b2..69f4289 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: mac_res.r,v 1.36 2003/03/29 18:31:09 ben Exp $ */
+/* $Id: mac_res.r,v 1.39 2003/04/14 21:15:39 ben Exp $ */
 /*
  * Copyright (c) 1999, 2002, 2003 Ben Harris
  * All rights reserved.
@@ -1024,7 +1024,7 @@ resource 'CNTL' (cVScroll, "vscroll", purgeable) {
 /* Settings dialogue */
 
 resource 'WIND' (wSettings, "settings", purgeable) {
-    { 0, 0, 350, 500 },
+    { 0, 0, 432, 626 },
     noGrowDocProc,
     invisible,
     goAway,
@@ -1122,12 +1122,25 @@ resource 'TEXT' (wLicence, "licence", purgeable) {
 
 /* Custom xDEFs */
 
-data 'CDEF' (CDEF_Text) {
-    $"4EF9 00000000"
-};
 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
+    }
+};
\ No newline at end of file