Implemented a dialog box for the ONEWAY command.
[pspp-builds.git] / src / ui / gui / glade-register.c
index eb43ce438e27706dd4c19893b767aca68cfe4c61..8946b2774db92c64e8c903c275e261847448a2f1 100644 (file)
@@ -22,6 +22,7 @@
 #include <glade/glade-build.h>
 #include "psppire-dialog.h"
 #include "psppire-selector.h"
+#include "psppire-acr.h"
 #include "psppire-keypad.h"
 #include "psppire-hbuttonbox.h"
 #include "psppire-vbuttonbox.h"
@@ -65,6 +66,9 @@ glade_module_register_widgets (void)
                         glade_standard_build_children,
                         NULL);
 
+  glade_register_widget (PSPPIRE_ACR_TYPE, NULL,
+                        glade_standard_build_children,
+                        NULL);
 }