diff options
Diffstat (limited to 'ULabelP.h')
-rw-r--r-- | ULabelP.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ typedef struct { Pixel foreground; XFontStruct *font; XFontSet fontset; - char *label; + String label; XtJustify justify; Dimension internal_width; Dimension internal_height; |