Implemented the goto-case dialog
[pspp] / src / ui / gui / data-editor.h
index de3a0c9c93cae0df7615ae8e0b04dba103554b88..bc4a01ad4cf6fc93ea18352e8fa620b16c6d0aab 100644 (file)
@@ -37,10 +37,9 @@ 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;
 
   GladeXML *xml;