X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/382b44ddaa58301e12e244f396e70c7cc1dbe883..90f2ed42275289be8b7b178d5f5b91e5f05fccfd:/mac/macresid.h?ds=sidebyside diff --git a/mac/macresid.h b/mac/macresid.h index a25dcc78..654938c1 100644 --- a/mac/macresid.h +++ b/mac/macresid.h @@ -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)