mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Use same default setting for quotes in csv import and export
This commit is contained in:
committed by
Geert Janssens
parent
5c207daebc
commit
7d7d201498
@@ -244,7 +244,7 @@ void csv_export_custom_entry_cb (GtkWidget *widget, gpointer user_data )
|
||||
static
|
||||
void load_settings (CsvExportInfo *info)
|
||||
{
|
||||
info->use_quotes = TRUE;
|
||||
info->use_quotes = FALSE;
|
||||
info->separator_str = ",";
|
||||
info->file_name = NULL;
|
||||
info->starting_dir = NULL;
|
||||
|
||||
@@ -77,7 +77,6 @@ Select the type of Export required and the separator that will be used.
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="use_action_appearance">False</property>
|
||||
<property name="active">True</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
<signal name="toggled" handler="csv_export_quote_cb" swapped="no"/>
|
||||
</object>
|
||||
|
||||
Reference in New Issue
Block a user