Split File Dialog: Convert to PsppireDialogAction
[pspp] / src / ui / gui / widgets.c
index 7161a0d1134bb9014f8876a6a38a6f77dfb4e10c..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"
@@ -47,6 +48,7 @@
 #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"
@@ -80,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 ();
@@ -106,6 +109,7 @@ 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 ();