Qt: JSON Export - Statusbar info corrected

During a JSON Export "Writing JSON" will displayed in the statusbar.
This commit is contained in:
Developer Alexander 2021-09-09 10:18:16 +02:00 committed by Wireshark GitLab Utility
parent be7b4163de
commit 02285e53b8
1 changed files with 1 additions and 1 deletions

2
file.c
View File

@ -3022,7 +3022,7 @@ cf_write_json_packets(capture_file *cf, print_args_t *print_args)
/* Iterate through the list of packets, printing the packets we were
told to print. */
ret = process_specified_records(cf, &print_args->range, "Writing PDML",
ret = process_specified_records(cf, &print_args->range, "Writing JSON",
"selected packets", TRUE,
write_json_packet, &callback_args, TRUE);