X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/8d5862718c300c0555b8d21b3fe60c3cc541a04d..1d4d52ce113338223b275c906b45da2a11bc839d:/mac/macresid.h diff --git a/mac/macresid.h b/mac/macresid.h index 983832fd..1cfc5ccf 100644 --- a/mac/macresid.h +++ b/mac/macresid.h @@ -1,4 +1,4 @@ -/* $Id: macresid.h,v 1.5 2003/01/18 17:14:34 ben Exp $ */ +/* $Id: macresid.h,v 1.8 2003/02/02 15:59:00 ben Exp $ */ /* * macresid.h -- Mac resource IDs @@ -12,6 +12,9 @@ /* Menu bar IDs */ #define MBAR_Main 128 +/* Open IDs */ +#define open_pTTY 128 + /* Menu IDs */ #define mApple 128 #define mFile 129 @@ -23,10 +26,11 @@ /* File menu */ #define iNew 1 #define iOpen 2 -#define iClose 3 -#define iSave 4 -#define iSaveAs 5 -#define iQuit 7 +#define iClose 4 +#define iSave 5 +#define iSaveAs 6 +#define iDuplicate 7 +#define iQuit 9 /* Edit menu */ #define iUndo 1 #define iCut 3 @@ -49,8 +53,3 @@ /* Controls */ #define cVScroll 128 - -/* Preferences */ -#define PREF_wordness_type 'wORD' - -#define PREF_settings 1024