]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - mac_res.r
Fixes so it runs (with bugs) without Color QuickDraw.
[PuTTY.git] / mac_res.r
index a6d7e19b4e0840e601548b70d36ba72d012938b0..d6183a122b676d7b8c3f7bc571f6c7a965206e21 100644 (file)
--- a/mac_res.r
+++ b/mac_res.r
@@ -1,4 +1,4 @@
-/* $Id: mac_res.r,v 1.1.2.15 1999/03/29 19:48:50 ben Exp $ */
+/* $Id: mac_res.r,v 1.1.2.17 1999/04/02 12:58:02 ben Exp $ */
 /*
  * Copyright (c) 1999 Ben Harris
  * All rights reserved.
@@ -46,15 +46,6 @@ resource 'pTTY' (0, purgeable) {
     "PuTTY experimental Mac port"
 };
 
-resource 'vers' (1, purgeable) {
-    0x00, 0x45,                /* Major and minor (BCD) */
-    development, 0,    /* Status and pre-release */
-    2,                 /* Region code (2 = UK) */
-    "Dev 0.45 Mac 0",          /* Short version (list views) */
-    "Dev 0.45 Mac 0"
-    "Copyright Simon Tatham 1997-9",   /* Long version (get info) */
-};
-
 resource 'SIZE' (-1) {
     reserved,
     ignoreSuspendResumeEvents,
@@ -413,9 +404,9 @@ resource 'CNTL' (cVScroll, "vscroll", purgeable) {
 /* "About" box */
 
 resource 'DLOG' (wAbout, "about", purgeable) {
-    { 0, 0, 120, 186 },
+    { 0, 0, 120, 240 },
     noGrowDocProc,
-    visible,
+    invisible,
     goAway,
     wAbout,            /* RefCon -- identifies the window to PuTTY */
     wAbout,            /* DITL ID */
@@ -431,13 +422,13 @@ resource 'dlgx' (wAbout, "about", purgeable) {
 
 resource 'DITL' (wAbout, "about", purgeable) {
     {
-       { 87, 13, 107, 173 },
+       { 87, 13, 107, 227 },
        Button { enabled, "View Licence" },
-       { 13, 13, 29, 173 },
+       { 13, 13, 29, 227 },
        StaticText { disabled, "PuTTY"},
-       { 42, 13, 74, 173 },
-       StaticText { disabled, "Dev 0.45 Mac 0\n"
-                              "© 1997-9 Simon Tatham"},
+       { 42, 13, 74, 227 },
+       StaticText { disabled, "Some version or other\n"
+                              "Copyright © 1997-9 Simon Tatham"},
     }
 };