X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fwidgets.c;h=1e1a8e902731aedccdb592d4a688af3c9c6e15b7;hb=da08e8b9ea6bfa772b4daec4a944279267852515;hp=485f28be7a50eff0dae6f50c1796921d045375a2;hpb=6ee48467ac46bb8553f6fb3782623559affb1b9c;p=pspp diff --git a/src/ui/gui/widgets.c b/src/ui/gui/widgets.c index 485f28be7a..1e1a8e9027 100644 --- a/src/ui/gui/widgets.c +++ b/src/ui/gui/widgets.c @@ -17,6 +17,7 @@ #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" @@ -73,6 +74,7 @@ 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 ();