Add DESCRIPTIVES dialog.
[pspp-builds.git] / src / ui / gui / data-editor.h
index 00430e9f62e261f65033e1ad67d8ae1006c8ea60..6ebc2ec65e1683bb060f53ae516ec471964174e4 100644 (file)
@@ -41,6 +41,8 @@ struct data_editor
   GtkAction *invoke_select_cases_dialog;
   GtkAction *invoke_goto_dialog;
   GtkAction *invoke_variable_info_dialog;
+  GtkAction *invoke_find_dialog;
+  GtkAction *invoke_descriptives_dialog;
 
   /* Actions which do things */
   GtkAction *insert_variable;