X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/7902b630c527329a169c5081d6ec9247cc238dc2..217b88d1dad5aa3362e9e8c1af94b237933309a5:/mac/macpgen.r diff --git a/mac/macpgen.r b/mac/macpgen.r index ea0e25df..036b14f0 100644 --- a/mac/macpgen.r +++ b/mac/macpgen.r @@ -1,4 +1,4 @@ -/* $Id: macpgen.r,v 1.2 2003/02/15 14:20:43 ben Exp $ */ +/* $Id: macpgen.r,v 1.3 2003/02/16 14:27:37 ben Exp $ */ /* * Copyright (c) 1999, 2002 Ben Harris * All rights reserved. @@ -448,8 +448,8 @@ resource 'DLOG' (wKey, "key", purgeable) { noGrowDocProc, invisible, goAway, - wAbout, /* RefCon -- identifies the window to PuTTY */ - wAbout, /* DITL ID */ + wKey, /* RefCon -- identifies the window to PuTTY */ + wKey, /* DITL ID */ "untitled", staggerParentWindowScreen }; @@ -462,6 +462,8 @@ resource 'dlgx' (wKey, "key", purgeable) { resource 'DITL' (wKey, "key", purgeable) { { + { 13, 13, 33, 227 }, + Button { enabled, "Generate" }, } };