X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=mac%2Fmacresid.h;h=654938c1b9d4ddbf203625106c127e30b9bce40f;hb=49d2cf19accb059b3b68d1fc2b78e606a578c3e8;hp=b73ccfaf0a3d1264577a5eff5ded031a74aa37be;hpb=9117b20d1805757d79a62b0b6df6aa711221bc1f;p=PuTTY.git diff --git a/mac/macresid.h b/mac/macresid.h index b73ccfaf..654938c1 100644 --- a/mac/macresid.h +++ b/mac/macresid.h @@ -1,4 +1,4 @@ -/* $Id: macresid.h,v 1.15 2003/04/05 22:03:06 ben Exp $ */ +/* $Id$ */ /* * macresid.h -- Mac resource IDs @@ -27,11 +27,12 @@ /* File menu */ #define iNew 1 #define iOpen 2 -#define iClose 4 -#define iSave 5 -#define iSaveAs 6 -#define iDuplicate 7 -#define iQuit 9 +#define iChange 4 +#define iClose 6 +#define iSave 7 +#define iSaveAs 8 +#define iDuplicate 9 +#define iQuit 11 /* Edit menu */ #define iUndo 1 #define iCut 3 @@ -55,6 +56,8 @@ #define wiSettingsOpen 1 #define wEventLog 133 #define wQuestion 134 +#define wAbsent 135 +#define wWrong 136 /* Controls */ #define cVScroll 128 @@ -70,3 +73,7 @@ #define SYS7_TEXT_PROC ((CDEF_EditBox << 4) + SYS7_TEXT_VARIANT) #define CDEF_Default 130 #define SYS7_DEFAULT_PROC (CDEF_Default << 4) +#define CDEF_ListBox 131 +#define SYS7_LISTBOX_PROC (CDEF_ListBox << 4) +#define CDEF_GroupBox 132 +#define SYS7_GROUPBOX_PROC (CDEF_GroupBox << 4)