(close): Rename do_close to avoid naming conflict with POSIX
[pspp] / src / ui / gui / data-editor.h
index 71bfd0e67a291a28adc2ed5eabd0f8f6ec93898c..7100e34eb87baa167bc2b238c9d5d650e5672749 100644 (file)
@@ -35,10 +35,15 @@ struct data_editor
   GtkAction *action_data_save;
 
   GtkAction *invoke_weight_cases_dialog;
+  GtkAction *invoke_transpose_dialog;
 
   GladeXML *xml;
 
   gboolean save_as_portable;
+
+  /* Name of the file this data is associated with (ie, was loaded from or
+     has been  saved to), in "filename encoding",  or NULL, if it's not
+     associated with any file */
   gchar *file_name;
 };