gui: Honor quotes in the text data import dialog.
[pspp] / src / ui / gui / psppire-delimited-text.h
index b0ef9499fb0a26c9fc173050c94123050ae27e76..3e1094b777c9470995d266dceff98db5d66b45fa 100644 (file)
@@ -61,6 +61,8 @@ struct _PsppireDelimitedText
   GSList *delimiters;
   gint max_delimiters;
 
+  gunichar quotes[2];
+
   /*< private >*/
   gboolean dispose_has_run ;
   gint stamp;