gui: Honor quotes in the text data import dialog.
[pspp] / src / ui / gui / psppire-delimited-text.h
index d18570a83fcf16d5c1510f6db9d801b3afa4b7ee..3e1094b777c9470995d266dceff98db5d66b45fa 100644 (file)
@@ -54,13 +54,15 @@ struct _PsppireDelimitedText
   GObject parent;
 
   GtkTreeModel *child;
-  
+
   /* The first line of the file to be modelled */
   gint first_line;
-  
+
   GSList *delimiters;
   gint max_delimiters;
-  
+
+  gunichar quotes[2];
+
   /*< private >*/
   gboolean dispose_has_run ;
   gint stamp;