Added the Compute dialog box.
[pspp-builds.git] / src / ui / gui / data-editor.h
index 67302fa9d5cb82ee199320e6978ee4ccafac8c75..42266408636b0574bd0521af5c32e0e3a4fd9d29 100644 (file)
@@ -35,6 +35,10 @@ struct data_editor
   GtkAction *action_data_save;
 
   GtkAction *invoke_weight_cases_dialog;
+  GtkAction *invoke_transpose_dialog;
+  GtkAction *invoke_split_file_dialog;
+  GtkAction *invoke_sort_cases_dialog;
+  GtkAction *invoke_compute_dialog;
 
   GladeXML *xml;