mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add file name to dialog used in ofx import
This commit is contained in:
parent
8bf426e274
commit
3457dd150b
@ -1173,7 +1173,8 @@ gnc_file_ofx_import_process_file (ofx_info* info)
|
|||||||
{
|
{
|
||||||
gnc_gen_trans_list_delete (info->gnc_ofx_importer_gui);
|
gnc_gen_trans_list_delete (info->gnc_ofx_importer_gui);
|
||||||
if(info->num_trans_processed)
|
if(info->num_trans_processed)
|
||||||
gnc_info_dialog (parent, _("OFX file(s) imported, %d transactions processed, no transactions to match"), info->num_trans_processed);
|
gnc_info_dialog (parent, _("OFX file '%s' imported, %d transactions processed, no transactions to match"),
|
||||||
|
selected_filename, info->num_trans_processed);
|
||||||
// Process the next OFX file if any.
|
// Process the next OFX file if any.
|
||||||
gnc_ofx_process_next_file (NULL, info);
|
gnc_ofx_process_next_file (NULL, info);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user