Add an indirection layer between mtcpnet.c and the rest of PuTTY so that
[sgt/putty] / mac / mac_res.r
index d0a4f78..ee34fe1 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: mac_res.r,v 1.8 2002/12/31 01:40:14 ben Exp $ */
+/* $Id: mac_res.r,v 1.11 2003/01/09 19:27:29 ben Exp $ */
 /*
  * Copyright (c) 1999, 2002 Ben Harris
  * All rights reserved.
@@ -36,6 +36,7 @@
 # include "Types.r"
 # include "Dialogs.r"
 # include "Palettes.r"
+# include "Script.r"
 
 /* Get resource IDs we share with C code */
 #include "macresid.h"
@@ -56,7 +57,7 @@ resource 'SIZE' (-1) {
     reserved,
     ignoreSuspendResumeEvents,
     reserved,
-    cannotBackground,
+    canBackground,
     needsActivateOnFGSwitch,
     backgroundAndForeground,
     dontGetFrontClicks,
@@ -351,7 +352,7 @@ resource 'vers' (1, purgeable) {
     development,
 #endif
     0, /* No prerelease version */
-    2, /* Region code 2 = UK */
+    verBritain,
 #ifdef RELEASESTR
     RELEASESTR,
     "Release " RELEASESTR,
@@ -375,7 +376,7 @@ resource 'vers' (2, purgeable) {
     development,
 #endif
     0, /* No prerelease version */
-    2, /* Region code 2 = UK */
+    verBritain,
 #ifdef RELEASESTR
     RELEASESTR,
     "PuTTY " RELEASESTR,
@@ -568,7 +569,7 @@ type 'TEXT' {
 };
 
 resource 'TEXT' (wLicence, "licence", purgeable) {
-    "PuTTY is copyright 1997-2001 Simon Tatham.\n"
+    "PuTTY is copyright 1997-2003 Simon Tatham.\n"
     "\n"
     "Portions copyright Robert de Bath, Joris van Rantwijk, Delian"
     "Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry,"