X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/6cb61a05b6157236bbea7b351cfc741eb6853605..d70e3b83f17cd28a8cc183bd77501d3726c7211d:/mac/macresid.h diff --git a/mac/macresid.h b/mac/macresid.h index e56a53ec..983832fd 100644 --- a/mac/macresid.h +++ b/mac/macresid.h @@ -1,4 +1,4 @@ -/* $Id: macresid.h,v 1.3 2002/12/31 01:40:14 ben Exp $ */ +/* $Id: macresid.h,v 1.5 2003/01/18 17:14:34 ben Exp $ */ /* * macresid.h -- Mac resource IDs @@ -6,6 +6,8 @@ * This file is shared by C and Rez source files */ +/* TMPL for saved sessions */ +#define TMPL_Int 128 /* Menu bar IDs */ #define MBAR_Main 128 @@ -22,7 +24,9 @@ #define iNew 1 #define iOpen 2 #define iClose 3 -#define iQuit 5 +#define iSave 4 +#define iSaveAs 5 +#define iQuit 7 /* Edit menu */ #define iUndo 1 #define iCut 3