Respect the case_cnt field from sys file header. Closes patch #6092
[pspp-builds.git] / src / ui / gui / data-editor.h
index de3a0c9c93cae0df7615ae8e0b04dba103554b88..27dff55e9fc6af9e1f6bafbaaf08ee66326197c5 100644 (file)
@@ -37,11 +37,11 @@ struct data_editor
   GtkAction *invoke_sort_cases_dialog;
   GtkAction *invoke_compute_dialog;
   GtkAction *invoke_comments_dialog;
-
+  GtkAction *invoke_goto_dialog;
   GtkAction *invoke_variable_info_dialog;
 
-
   GtkAction *insert_variable;
+  GtkAction *insert_case;
 
   GladeXML *xml;