assistant-csv-account-import.glade (gnucash-5.0.tar.bz2) | : | assistant-csv-account-import.glade (gnucash-5.1.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 143 | skipping to change at line 143 | |||
<property name="shadow-type">in</property> | <property name="shadow-type">in</property> | |||
<child> | <child> | |||
<!-- n-columns=3 n-rows=2 --> | <!-- n-columns=3 n-rows=2 --> | |||
<object class="GtkGrid" id="table4"> | <object class="GtkGrid" id="table4"> | |||
<property name="visible">True</property> | <property name="visible">True</property> | |||
<property name="can-focus">False</property> | <property name="can-focus">False</property> | |||
<property name="border-width">6</property> | <property name="border-width">6</property> | |||
<property name="column-spacing">6</property> | <property name="column-spacing">6</property> | |||
<child> | <child> | |||
<object class="GtkRadioButton" id="radio_comma"> | <object class="GtkRadioButton" id="radio_comma"> | |||
<property name="label" translatable="yes">Comma Separated</p roperty> | <property name="label" translatable="yes">Comma separated</p roperty> | |||
<property name="visible">True</property> | <property name="visible">True</property> | |||
<property name="can-focus">True</property> | <property name="can-focus">True</property> | |||
<property name="receives-default">False</property> | <property name="receives-default">False</property> | |||
<property name="halign">start</property> | <property name="halign">start</property> | |||
<property name="active">True</property> | <property name="active">True</property> | |||
<property name="draw-indicator">True</property> | <property name="draw-indicator">True</property> | |||
<signal name="toggled" handler="csv_import_sep_cb" swapped=" no"/> | <signal name="toggled" handler="csv_import_sep_cb" swapped=" no"/> | |||
</object> | </object> | |||
<packing> | <packing> | |||
<property name="left-attach">0</property> | <property name="left-attach">0</property> | |||
<property name="top-attach">0</property> | <property name="top-attach">0</property> | |||
</packing> | </packing> | |||
</child> | </child> | |||
<child> | <child> | |||
<object class="GtkRadioButton" id="radio_semi"> | <object class="GtkRadioButton" id="radio_semi"> | |||
<property name="label" translatable="yes">Semicolon Separate d</property> | <property name="label" translatable="yes">Semicolon separate d</property> | |||
<property name="visible">True</property> | <property name="visible">True</property> | |||
<property name="can-focus">True</property> | <property name="can-focus">True</property> | |||
<property name="receives-default">False</property> | <property name="receives-default">False</property> | |||
<property name="halign">start</property> | <property name="halign">start</property> | |||
<property name="draw-indicator">True</property> | <property name="draw-indicator">True</property> | |||
<property name="group">radio_comma</property> | <property name="group">radio_comma</property> | |||
<signal name="toggled" handler="csv_import_sep_cb" swapped=" no"/> | <signal name="toggled" handler="csv_import_sep_cb" swapped=" no"/> | |||
</object> | </object> | |||
<packing> | <packing> | |||
<property name="left-attach">1</property> | <property name="left-attach">1</property> | |||
<property name="top-attach">0</property> | <property name="top-attach">0</property> | |||
</packing> | </packing> | |||
</child> | </child> | |||
<child> | <child> | |||
<object class="GtkRadioButton" id="radio_custom"> | <object class="GtkRadioButton" id="radio_custom"> | |||
<property name="label" translatable="yes">Custom regular Exp ression</property> | <property name="label" translatable="yes">Custom regular exp ression</property> | |||
<property name="visible">True</property> | <property name="visible">True</property> | |||
<property name="can-focus">True</property> | <property name="can-focus">True</property> | |||
<property name="receives-default">False</property> | <property name="receives-default">False</property> | |||
<property name="halign">start</property> | <property name="halign">start</property> | |||
<property name="draw-indicator">True</property> | <property name="draw-indicator">True</property> | |||
<property name="group">radio_comma</property> | <property name="group">radio_comma</property> | |||
<signal name="toggled" handler="csv_import_sep_cb" swapped=" no"/> | <signal name="toggled" handler="csv_import_sep_cb" swapped=" no"/> | |||
</object> | </object> | |||
<packing> | <packing> | |||
<property name="left-attach">0</property> | <property name="left-attach">0</property> | |||
<property name="top-attach">1</property> | <property name="top-attach">1</property> | |||
</packing> | </packing> | |||
</child> | </child> | |||
<child> | <child> | |||
<object class="GtkRadioButton" id="radio_colon"> | <object class="GtkRadioButton" id="radio_colon"> | |||
<property name="label" translatable="yes">Colon Separated</p roperty> | <property name="label" translatable="yes">Colon separated</p roperty> | |||
<property name="visible">True</property> | <property name="visible">True</property> | |||
<property name="can-focus">True</property> | <property name="can-focus">True</property> | |||
<property name="receives-default">False</property> | <property name="receives-default">False</property> | |||
<property name="halign">start</property> | <property name="halign">start</property> | |||
<property name="draw-indicator">True</property> | <property name="draw-indicator">True</property> | |||
<property name="group">radio_comma</property> | <property name="group">radio_comma</property> | |||
<signal name="toggled" handler="csv_import_sep_cb" swapped=" no"/> | <signal name="toggled" handler="csv_import_sep_cb" swapped=" no"/> | |||
</object> | </object> | |||
<packing> | <packing> | |||
<property name="left-attach">2</property> | <property name="left-attach">2</property> | |||
End of changes. 4 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added |