X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=mac%2Fmacresid.h;h=654938c1b9d4ddbf203625106c127e30b9bce40f;hb=49d2cf19accb059b3b68d1fc2b78e606a578c3e8;hp=b327211c7a15ea12dd7b07c21d1d4b36f9290b76;hpb=2374544eb3e685515e0fc061259f8ff27273a4fc;p=PuTTY.git diff --git a/mac/macresid.h b/mac/macresid.h index b327211c..654938c1 100644 --- a/mac/macresid.h +++ b/mac/macresid.h @@ -27,12 +27,12 @@ /* File menu */ #define iNew 1 #define iOpen 2 -#define iChange 3 -#define iClose 5 -#define iSave 6 -#define iSaveAs 7 -#define iDuplicate 8 -#define iQuit 10 +#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 @@ -56,6 +56,8 @@ #define wiSettingsOpen 1 #define wEventLog 133 #define wQuestion 134 +#define wAbsent 135 +#define wWrong 136 /* Controls */ #define cVScroll 128 @@ -73,3 +75,5 @@ #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)