gui: Make text import assistant accept only one quote character.
[pspp] / src / ui / gui / psppire-import-assistant.h
index 881fc5bad04427dd74aef0f96cc59d25a2e31913..deec75c8789931ac0fb8aeddbeb346d040cc8ca3 100644 (file)
@@ -105,8 +105,11 @@ struct _PsppireImportAssistant
 
   GtkWidget *custom_cb;
   GtkWidget *custom_entry;
-  GtkWidget *quote_cb;
-  GtkWidget *quote_combo;
+  GtkWidget *quote_none;
+  GtkWidget *quote_single;
+  GtkWidget *quote_double;
+  GtkWidget *quote_custom;
+  GtkWidget *quote_custom_entry;
 
   GtkWidget *fields_tree_view;