window.h
changeset 4345 1da147230c79
parent 4344 7e123fec5b0b
child 4434 a08cb4b5c179
--- a/window.h	Tue Aug 22 14:38:37 2006 +0000
+++ b/window.h	Tue Aug 22 15:23:25 2006 +0000
@@ -538,7 +538,7 @@
 
 	WWT_TEXTBTN    =  3,         /* button with text */
 	WWT_4          =  4,         /* button with diff text when clicked */
-	WWT_5          =  5,         /* label */
+	WWT_LABEL       = 5,         /* centered label */
 	WWT_6          =  6,         /* combo box text area */
 	WWT_MATRIX     =  7,
 	WWT_SCROLLBAR  =  8,