Text import dialog: Display the thousands separator in the number of cases.
[pspp] / src / ui / gui / widgets.c
index 00942a4a6752b6dbf7801e50b18191d5eac496f1..b61f13247a8410c8e450a3762c1ec3b81f190ebb 100644 (file)
@@ -26,6 +26,7 @@
 #include "psppire-dialog-action-factor.h"
 #include "psppire-dialog-action-frequencies.h"
 #include "psppire-dialog-action-indep-samps.h"
+#include "psppire-dialog-action-1sks.h"
 #include "psppire-dialog-action-kmeans.h"
 #include "psppire-dialog-action-logistic.h"
 #include "psppire-dialog-action-means.h"
@@ -36,6 +37,8 @@
 #include "psppire-dialog-action-roc.h"
 #include "psppire-dialog-action-runs.h"
 #include "psppire-dialog-action-sort.h"
+#include "psppire-dialog-action-tt1s.h"
+#include "psppire-dialog-action-univariate.h"
 #include "psppire-dialog-action-var-info.h"
 #include "psppire-value-entry.h"
 
@@ -59,6 +62,7 @@ preregister_widgets (void)
   psppire_value_entry_get_type ();
   psppire_checkbox_treeview_get_type ();
 
+  psppire_dialog_action_1sks_get_type ();
   psppire_dialog_action_binomial_get_type ();
   psppire_dialog_action_chisquare_get_type ();
   psppire_dialog_action_correlation_get_type ();
@@ -80,6 +84,8 @@ preregister_widgets (void)
   psppire_dialog_action_roc_get_type ();
   psppire_dialog_action_runs_get_type ();
   psppire_dialog_action_sort_get_type ();
+  psppire_dialog_action_tt1s_get_type ();
+  psppire_dialog_action_univariate_get_type ();
 
   /* This seems to be necessary on Cygwin.
      It ought not to be necessary.  Having it here can't do any harm. */