Added tooltip for statistics in dialogs
[pspp] / src / ui / gui / psppire-dialog-action-frequencies.c
index 70726bec137c36f10d4dfd31a91d95b8791b2bef..714745ca26f7cb7c0182155aaf2ca3ef2e2c1af0 100644 (file)
@@ -73,7 +73,7 @@ enum
 
 
 static const struct checkbox_entry_item stats[] = {
-#define FS(NAME, LABEL) {#NAME, LABEL},
+#define FS(NAME, LABEL) {#NAME, LABEL, NULL},
   FREQUENCY_STATS
 #undef FS
 };