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=7161a0d1134bb9014f8876a6a38a6f77dfb4e10c;hpb=7a2bc16d86f90a796e4c42a6c3f3908231bbe8e9;p=pspp diff --git a/src/ui/gui/widgets.c b/src/ui/gui/widgets.c index 7161a0d113..82e90ed88e 100644 --- a/src/ui/gui/widgets.c +++ b/src/ui/gui/widgets.c @@ -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" @@ -80,6 +81,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 ();