Added the Independent Samples T Test dialog
[pspp-builds.git] / src / ui / gui / data-editor.h
index 6ebc2ec65e1683bb060f53ae516ec471964174e4..a97930af91a73352c3da935525a106b17ad713d5 100644 (file)
@@ -44,6 +44,9 @@ struct data_editor
   GtkAction *invoke_find_dialog;
   GtkAction *invoke_descriptives_dialog;
 
+  GtkAction *invoke_t_test_independent_samples_dialog;
+
+
   /* Actions which do things */
   GtkAction *insert_variable;
   GtkAction *insert_case;