1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-12 18:13:50 -05:00

Pull in Script.r so we can use verBritain in the 'vers' resources rather

than hardcoding 2.

[originally from svn r2432]
This commit is contained in:
Ben Harris 2003-01-03 00:40:52 +00:00
parent 375185cf9f
commit 8af9c0a745

View 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.9 2003/01/03 00:40:52 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"
@ -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,