Split File Dialog: Convert to PsppireDialogAction
[pspp] / src / ui / gui / widgets.c
index 1e1a8e902731aedccdb592d4a688af3c9c6e15b7..b192f7d7d1b1c46f5080d23289c169360cdc0cf6 100644 (file)
@@ -22,6 +22,7 @@
 #include "psppire-dialog-action-binomial.h"
 #include "psppire-dialog-action-chisquare.h"
 #include "psppire-dialog-action-compute.h"
+#include "psppire-dialog-action-comments.h"
 #include "psppire-dialog-action-correlation.h"
 #include "psppire-dialog-action-count.h"
 #include "psppire-dialog-action-crosstabs.h"
 #include "psppire-dialog-action-runs.h"
 #include "psppire-dialog-action-scatterplot.h"
 #include "psppire-dialog-action-sort.h"
+#include "psppire-dialog-action-split.h"
 #include "psppire-dialog-action-tt1s.h"
 #include "psppire-dialog-action-two-sample.h"
 #include "psppire-dialog-action-univariate.h"
 #include "psppire-dialog-action-var-info.h"
+#include "psppire-dialog-action-weight.h"
 #include "psppire-value-entry.h"
 
 static  volatile GType kludge;
@@ -79,6 +82,7 @@ preregister_widgets (void)
   psppire_dialog_action_binomial_get_type ();
   psppire_dialog_action_barchart_get_type ();
   psppire_dialog_action_chisquare_get_type ();
+  psppire_dialog_action_comments_get_type ();
   psppire_dialog_action_compute_get_type ();
   psppire_dialog_action_correlation_get_type ();
   psppire_dialog_action_count_get_type ();
@@ -105,9 +109,11 @@ preregister_widgets (void)
   psppire_dialog_action_runs_get_type ();
   psppire_dialog_action_scatterplot_get_type ();
   psppire_dialog_action_sort_get_type ();
+  psppire_dialog_action_split_get_type ();
   psppire_dialog_action_tt1s_get_type ();
   psppire_dialog_action_two_sample_get_type ();
   psppire_dialog_action_univariate_get_type ();
+  psppire_dialog_action_weight_get_type ();
 
   /* This seems to be necessary on Cygwin.
      It ought not to be necessary.  Having it here can't do any harm. */