X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fwidgets.c;h=82e90ed88ec393f2102ee96e07d96585f93d58a4;hb=5d085e3326530983f7c2f3843dd2a1eebc0a6e73;hp=485f28be7a50eff0dae6f50c1796921d045375a2;hpb=6d82ab433f298bcf1f0e6615c801d47b9738701a;p=pspp diff --git a/src/ui/gui/widgets.c b/src/ui/gui/widgets.c index 485f28be7a..82e90ed88e 100644 --- a/src/ui/gui/widgets.c +++ b/src/ui/gui/widgets.c @@ -17,10 +17,12 @@ #include "psppire-checkbox-treeview.h" #include "psppire-dialog-action-aggregate.h" +#include "psppire-dialog-action-autorecode.h" #include "psppire-dialog-action-barchart.h" #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" @@ -50,6 +52,7 @@ #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; @@ -73,10 +76,12 @@ preregister_widgets (void) psppire_checkbox_treeview_get_type (); psppire_dialog_action_1sks_get_type (); + psppire_dialog_action_autorecode_get_type (); psppire_dialog_action_aggregate_get_type (); 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 +111,7 @@ preregister_widgets (void) 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. */