X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fwidgets.c;h=9ef2ae88330366fe1db7504696b8e13f703e2221;hb=e0d88baeadd6bc1eb1176da30de771ac9658f4c9;hp=2a0cc21bb4525c3cc82cecb0c72a09667803a73d;hpb=bb62eb8be2e36af4f6c2a9e5779bfd58e13ec8b3;p=pspp diff --git a/src/ui/gui/widgets.c b/src/ui/gui/widgets.c index 2a0cc21bb4..9ef2ae8833 100644 --- a/src/ui/gui/widgets.c +++ b/src/ui/gui/widgets.c @@ -16,6 +16,7 @@ #include "psppire-dialog-action-correlation.h" #include "psppire-dialog-action-descriptives.h" #include "psppire-dialog-action-examine.h" +#include "psppire-dialog-action-factor.h" #include "psppire-dialog-action-kmeans.h" #include "psppire-dialog-action-means.h" #include "psppire-means-layer.h" @@ -47,6 +48,7 @@ preregister_widgets (void) psppire_dialog_action_correlation_get_type (); psppire_dialog_action_descriptives_get_type (); psppire_dialog_action_examine_get_type (); + psppire_dialog_action_factor_get_type (); psppire_dialog_action_kmeans_get_type (); psppire_dialog_action_means_get_type (); psppire_means_layer_get_type ();