Add support for changing the contents of a pre-Appearance static text control.
[sgt/putty] / mac / macresid.h
index ebb9f0d..d3489ff 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: macresid.h,v 1.9 2003/02/07 01:38:12 ben Exp $ */
+/* $Id: macresid.h,v 1.11 2003/03/18 00:35:40 ben Exp $ */
 
 /*
  * macresid.h -- Mac resource IDs
 #define wSettings      132
 #define wiSettingsOpen         1
 #define wEventLog      133
+#define wQuestion      134
 
 /* Controls */
 #define cVScroll       128
+
+/* xDEFs */
+#define CDEF_Text      128
+#define SYS7_TEXT_PROC (CDEF_Text << 4)