Converted the correlations dialog to a PsppireDialogAction object
[pspp-builds.git] / src / ui / gui / widgets.c
index cedab8c085ee0a7af26a776c534aebdd4b7e7aaf..3a0e338a89b870a9d65e17fca41933da4b3ad37e 100644 (file)
@@ -13,6 +13,7 @@
 #include "psppire-var-view.h"
 #include "psppire-val-chooser.h"
 
+#include "psppire-dialog-action-correlation.h"
 #include "psppire-dialog-action-descriptives.h"
 #include "psppire-dialog-action-var-info.h"
 
@@ -33,6 +34,7 @@ preregister_widgets (void)
   psppire_dict_view_get_type ();
   psppire_var_view_get_type ();
 
+  psppire_dialog_action_correlation_get_type ();
   psppire_dialog_action_descriptives_get_type ();
   psppire_dialog_action_var_info_get_type ();
 }